home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-03 | 1.1 KB | 66 lines | [TEXT/EMAC] |
- /*
- * Copyright (C) 1993, 1994 Marc Parmet.
- * This file is part of the Macintosh port of GNU Emacs.
- *
- * GNU Emacs is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
- enum {
- unix_read,
- unix_write,
- unix_close,
- unix_open,
- unix_dup,
- unix_creat,
- unix_unlink,
- unix_lseek,
- unix_pipe,
- unix_chdir,
- unix_getwd,
- unix_vfork1,
- unix_vfork2,
- unix_execvp,
- unix_dup2,
- unix_getenv,
- unix_exit,
- unix__exit,
- unix_signal,
- unix_raise,
- unix_kill,
- unix_ioctl,
- unix_fionread,
- unix_wait,
- unix_wait3,
- unix_alarm,
- unix_pause,
- unix_sleep,
- unix_getpid,
- unix_getppid,
- unix_rename,
- unix_access,
- unix_stat,
- unix_lstat,
- unix_isatty,
- unix_opendir,
- unix_readdir,
- unix_closedir,
- unix_stat_spec,
- unix_readlink,
- unix_unixfn2FSSpec,
- unix_FSSpec2unixfn,
- unix_symlink,
- unix__iob,
- unix_fflush,
- unix_fclose,
- unix_mkdir,
- unix_rmdir,
- unix_utime,
- unix_chmod,
- unix_chgrp,
- unix_chown,
- unix_unix_nop
- };
-