home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
include
/
sys
/
syscall.def
< prev
next >
Wrap
Text File
|
1994-07-08
|
14KB
|
489 lines
/*
* This file is part of ixemul.library for the Amiga.
* Copyright (C) 1991, 1992 Markus M. Wild
* Portions Copyright (C) 1994 Rafael W. Luebbert
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library 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
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Id: syscall.def,v 1.5 1994/06/22 16:07:58 rluebbert Exp rluebbert $
*
* $Log: syscall.def,v $
* Revision 1.5 1994/06/22 16:07:58 rluebbert
* Added trapoff() and trapon() to library.
*
* Revision 1.4 1994/06/19 15:15:42 rluebbert
* *** empty log message ***
*
* Revision 1.3 1992/10/20 16:37:21 mwild
* add new vfork, rename old to vfork2. add entry for long added setgid()
*
* Revision 1.2 1992/07/04 22:22:09 mwild
* some new stuff ;-)
*
* Revision 1.1 1992/05/14 20:36:14 mwild
* Initial revision
*
*/
SYSTEM_CALL (abort, 1)
SYSTEM_CALL (abs, 2)
SYSTEM_CALL (access, 3)
SYSTEM_CALL (alarm, 4)
SYSTEM_CALL (atexit, 5)
SYSTEM_CALL (atof, 6)
SYSTEM_CALL (atoi, 7)
SYSTEM_CALL (atol, 8)
SYSTEM_CALL (bcmp, 9)
SYSTEM_CALL (bcopy, 10)
SYSTEM_CALL (bsearch, 11)
SYSTEM_CALL (bzero, 12)
SYSTEM_CALL (calloc, 13)
SYSTEM_CALL (cfgetispeed, 14)
SYSTEM_CALL (cfgetospeed, 15)
SYSTEM_CALL (cfmakeraw, 16)
SYSTEM_CALL (cfree, 17)
SYSTEM_CALL (cfsetispeed, 18)
SYSTEM_CALL (cfsetospeed, 19)
SYSTEM_CALL (cfsetspeed, 20)
SYSTEM_CALL (chdir, 21)
SYSTEM_CALL (chmod, 22)
SYSTEM_CALL (chown, 23)
SYSTEM_CALL (clock, 24)
SYSTEM_CALL (close, 25)
SYSTEM_CALL (creat, 26)
SYSTEM_CALL (CreateExtIO, 27)
SYSTEM_CALL (CreatePort, 28)
SYSTEM_CALL (CreateStdIO, 29)
SYSTEM_CALL (CreateTask, 30)
SYSTEM_CALL (DeleteExtIO, 31)
SYSTEM_CALL (DeletePort, 32)
SYSTEM_CALL (DeleteStdIO, 33)
SYSTEM_CALL (DeleteTask, 34)
SYSTEM_CALL (difftime, 35)
SYSTEM_CALL (div, 36)
SYSTEM_CALL (dup, 37)
SYSTEM_CALL (dup2, 38)
SYSTEM_CALL (exit, 39)
SYSTEM_CALL (fchmod, 40)
SYSTEM_CALL (fcntl, 41)
SYSTEM_CALL (ffs, 42)
SYSTEM_CALL (flock, 43)
SYSTEM_CALL (free, 44)
SYSTEM_CALL (frexp, 45)
SYSTEM_CALL (fstat, 46)
SYSTEM_CALL (fsync, 47)
SYSTEM_CALL (ftime, 48)
SYSTEM_CALL (ftruncate, 49)
SYSTEM_CALL (getcwd, 50)
SYSTEM_CALL (getdtablesize, 51)
SYSTEM_CALL (getegid, 52)
SYSTEM_CALL (getenv, 53)
SYSTEM_CALL (geteuid, 54)
SYSTEM_CALL (getgid, 55)
SYSTEM_CALL (getgrgid, 56)
SYSTEM_CALL (getgroups, 57)
SYSTEM_CALL (gethostname, 58)
SYSTEM_CALL (getitimer, 59)
SYSTEM_CALL (getpagesize, 60)
SYSTEM_CALL (getpgrp, 61)
SYSTEM_CALL (getpid, 62)
SYSTEM_CALL (getppid, 63)
SYSTEM_CALL (getpriority, 64)
SYSTEM_CALL (getpwnam, 65)
SYSTEM_CALL (getpwuid, 66)
SYSTEM_CALL (getrlimit, 67)
SYSTEM_CALL (getrusage, 68)
SYSTEM_CALL (gettimeofday, 69)
SYSTEM_CALL (getuid, 70)
SYSTEM_CALL (getwd, 71)
SYSTEM_CALL (index, 72)
SYSTEM_CALL (initgroups, 73)
SYSTEM_CALL (insque, 74)
SYSTEM_CALL (ioctl, 75)
SYSTEM_CALL (isalnum, 76)
SYSTEM_CALL (isalpha, 77)
SYSTEM_CALL (isatty, 78)
SYSTEM_CALL (iscntrl, 79)
SYSTEM_CALL (isdigit, 80)
SYSTEM_CALL (isgraph, 81)
SYSTEM_CALL (islower, 82)
SYSTEM_CALL (isprint, 83)
SYSTEM_CALL (ispunct, 84)
SYSTEM_CALL (isspace, 85)
SYSTEM_CALL (isupper, 86)
SYSTEM_CALL (isxdigit, 87)
SYSTEM_CALL (ix_startup, 88)
SYSTEM_CALL (kill, 89)
SYSTEM_CALL (killpg, 90)
SYSTEM_CALL (labs, 91)
SYSTEM_CALL (ldiv, 92)
SYSTEM_CALL (link, 93)
SYSTEM_CALL (longjmp, 94)
SYSTEM_CALL (longjmperror, 95)
SYSTEM_CALL (lseek, 96)
SYSTEM_CALL (lstat, 97)
SYSTEM_CALL (malloc, 98)
SYSTEM_CALL (memalign, 99)
SYSTEM_CALL (memccpy, 100)
SYSTEM_CALL (memchr, 101)
SYSTEM_CALL (memcmp, 102)
SYSTEM_CALL (memcpy, 103)
SYSTEM_CALL (memmove, 104)
SYSTEM_CALL (memset, 105)
SYSTEM_CALL (mkdir, 106)
SYSTEM_CALL (mkstemp, 107)
SYSTEM_CALL (mktemp, 108)
SYSTEM_CALL (open, 109)
SYSTEM_CALL (pause, 110)
SYSTEM_CALL (perror, 111)
SYSTEM_CALL (pipe, 112)
SYSTEM_CALL (psig, 113)
SYSTEM_CALL (psignal, 114)
SYSTEM_CALL (putenv, 115)
SYSTEM_CALL (qsort, 116)
SYSTEM_CALL (rand, 117)
SYSTEM_CALL (random, 118)
SYSTEM_CALL (read, 119)
SYSTEM_CALL (readlink, 120)
SYSTEM_CALL (readv, 121)
SYSTEM_CALL (realloc, 122)
SYSTEM_CALL (remove, 123)
SYSTEM_CALL (remque, 124)
SYSTEM_CALL (rename, 125)
SYSTEM_CALL (rindex, 126)
SYSTEM_CALL (rmdir, 127)
SYSTEM_CALL (select, 128)
SYSTEM_CALL (setenv, 129)
SYSTEM_CALL (setgroups, 130)
SYSTEM_CALL (sethostname, 131)
SYSTEM_CALL (setitimer, 132)
SYSTEM_CALL (setjmp, 133)
SYSTEM_CALL (setpgrp, 134)
SYSTEM_CALL (setpriority, 135)
SYSTEM_CALL (setrlimit, 136)
SYSTEM_CALL (settimeofday, 137)
SYSTEM_CALL (sigaction, 138)
SYSTEM_CALL (sigaddset, 139)
SYSTEM_CALL (sigblock, 140)
SYSTEM_CALL (sigdelset, 141)
SYSTEM_CALL (sigemptyset, 142)
SYSTEM_CALL (sigfillset, 143)
SYSTEM_CALL (siginterrupt, 144)
SYSTEM_CALL (sigismember, 145)
SYSTEM_CALL (siglongjmp, 146)
SYSTEM_CALL (signal, 147)
SYSTEM_CALL (sigpause, 148)
SYSTEM_CALL (sigpending, 149)
SYSTEM_CALL (sigprocmask, 150)
SYSTEM_CALL (sigreturn, 151)
SYSTEM_CALL (sigsetjmp, 152)
SYSTEM_CALL (sigsetmask, 153)
SYSTEM_CALL (sigstack, 154)
SYSTEM_CALL (sigsuspend, 155)
SYSTEM_CALL (sigvec, 156)
SYSTEM_CALL (sleep, 157)
SYSTEM_CALL (srand, 158)
SYSTEM_CALL (srandom, 159)
SYSTEM_CALL (stat, 160)
SYSTEM_CALL (strcasecmp, 161)
SYSTEM_CALL (strcat, 162)
SYSTEM_CALL (strchr, 163)
SYSTEM_CALL (strcmp, 164)
SYSTEM_CALL (strcoll, 165)
SYSTEM_CALL (strcpy, 166)
SYSTEM_CALL (strcspn, 167)
SYSTEM_CALL (strdup, 168)
SYSTEM_CALL (strerror, 169)
SYSTEM_CALL (strftime, 170)
SYSTEM_CALL (strlen, 171)
SYSTEM_CALL (strmode, 172)
SYSTEM_CALL (strncasecmp, 173)
SYSTEM_CALL (strncat, 174)
SYSTEM_CALL (strncmp, 175)
SYSTEM_CALL (strncpy, 176)
SYSTEM_CALL (strpbrk, 177)
SYSTEM_CALL (strrchr, 178)
SYSTEM_CALL (strsep, 179)
SYSTEM_CALL (strspn, 180)
SYSTEM_CALL (strstr, 181)
SYSTEM_CALL (strtok, 182)
SYSTEM_CALL (strtol, 183)
SYSTEM_CALL (strtoul, 184)
SYSTEM_CALL (strunvis, 185)
SYSTEM_CALL (strvis, 186)
SYSTEM_CALL (strvisx, 187)
SYSTEM_CALL (strxfrm, 188)
SYSTEM_CALL (swab, 189)
SYSTEM_CALL (symlink, 190)
SYSTEM_CALL (system, 191)
SYSTEM_CALL (tcgetattr, 192)
SYSTEM_CALL (tcgetpgrp, 193)
SYSTEM_CALL (tcsetattr, 194)
SYSTEM_CALL (tcsetpgrp, 195)
SYSTEM_CALL (time, 196)
SYSTEM_CALL (tmpnam, 197)
SYSTEM_CALL (tolower, 198)
SYSTEM_CALL (toupper, 199)
SYSTEM_CALL (truncate, 200)
SYSTEM_CALL (ualarm, 201)
SYSTEM_CALL (umask, 202)
SYSTEM_CALL (unlink, 203)
SYSTEM_CALL (unvis, 204)
SYSTEM_CALL (usleep, 205)
SYSTEM_CALL (utime, 206)
SYSTEM_CALL (utimes, 207)
SYSTEM_CALL (valloc, 208)
SYSTEM_CALL (vis, 209)
SYSTEM_CALL (write, 210)
SYSTEM_CALL (writev, 211)
SYSTEM_CALL (_exit, 212)
SYSTEM_CALL (_longjmp, 213)
SYSTEM_CALL (_setjmp, 214)
SYSTEM_CALL (_wb_parse, 215)
SYSTEM_CALL (_cli_parse, 216)
SYSTEM_CALL (_main, 217)
SYSTEM_CALL (__adddf3, 218)
SYSTEM_CALL (__addsf3, 219)
SYSTEM_CALL (__ashldi3, 220)
SYSTEM_CALL (__ashlsi3, 221)
SYSTEM_CALL (__ashrdi3, 222)
SYSTEM_CALL (__ashrsi3, 223)
SYSTEM_CALL (__clear_cache, 224)
SYSTEM_CALL (__cmpdf2, 225)
SYSTEM_CALL (__cmpdi2, 226)
SYSTEM_CALL (__cmpsf2, 227)
SYSTEM_CALL (__divdf3, 228)
SYSTEM_CALL (__divdi3, 229)
SYSTEM_CALL (__divsf3, 230)
SYSTEM_CALL (__divsi3, 231)
SYSTEM_CALL (__eqdf2, 232)
SYSTEM_CALL (__eqsf2, 233)
SYSTEM_CALL (__extendsfdf2, 234)
SYSTEM_CALL (__fixdfdi, 235)
SYSTEM_CALL (__fixdfsi, 236)
SYSTEM_CALL (__fixsfdi, 237)
SYSTEM_CALL (__fixsfsi, 238)
SYSTEM_CALL (__fixunsdfdi, 239)
SYSTEM_CALL (__fixunsdfsi, 240)
SYSTEM_CALL (__fixunssfdi, 241)
SYSTEM_CALL (__fixunssfsi, 242)
SYSTEM_CALL (__floatdidf, 243)
SYSTEM_CALL (__floatdisf, 244)
SYSTEM_CALL (__floatsidf, 245)
SYSTEM_CALL (__floatsisf, 246)
SYSTEM_CALL (__gedf2, 247)
SYSTEM_CALL (__gesf2, 248)
SYSTEM_CALL (__gtdf2, 249)
SYSTEM_CALL (__gtsf2, 250)
SYSTEM_CALL (__ledf2, 251)
SYSTEM_CALL (__