summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/syscalls.list
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-13 07:33:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-13 07:33:12 +0000
commitab95290c787fb6e22bf03f23059b97559e1ad7d7 (patch)
tree892cff92b6d49d7c99a6d99c077882642fe6eda7 /sysdeps/unix/sysv/syscalls.list
parenta5c88158b6170149fa1b98e1704ed9dcab457314 (diff)
Update.
2000-06-13 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Define __bounded and __unbounded if __BOUNDED_POINTERS__ is not defined. 2000-06-07 Greg McGary <greg@mcgary.org> * sysdeps/generic/bp-sym.h: New file. * sysdeps/generic/bp-start.h: New file. * sysdeps/i386/elf/start.S: Designate BP symbols. * sysdeps/generic/libc-start.c: Wrap bounds around argv & envp and each of their string members. 2000-06-07 Greg McGary <greg@mcgary.org> * sysdeps/unix/make-syscalls.sh: Add comments to output that aid debugging & comprehension. Map simple syscall signatures to number of args. Generate BP syscall thunk definitions. * sysdeps/generic/bp-thunks.h: New file. * sysdeps/unix/syscalls.list: Replace arg-count with simple return+arg signature. * sysdeps/unix/common/syscalls.list: Likewise. * sysdeps/unix/inet/syscalls.list: Likewise. * sysdeps/unix/mman/syscalls.list: Likewise. * sysdeps/unix/sysv/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise. 2000-06-07 Greg McGary <greg@mcgary.org> * Makeconfig (CPPFLAGS-.ob): pass -fbounded-pointers for all files *.[cS]. (CFLAGS-.ob): Don't optimize sibling calls. (bppfx): New variable. * Makerules (elide-bp-thunks): New variable. (elide-routines.*): Elide BP-* files for all but *.ob. (sources): Include bp-thunks. * iconv/gconv_simple.c: Remove unnecessary prototype. * iconv/gconv_trans.c: Pretty print.
Diffstat (limited to 'sysdeps/unix/sysv/syscalls.list')
-rw-r--r--sysdeps/unix/sysv/syscalls.list28
1 files changed, 14 insertions, 14 deletions
diff --git a/sysdeps/unix/sysv/syscalls.list b/sysdeps/unix/sysv/syscalls.list
index 4ed36850e6..209d017d18 100644
--- a/sysdeps/unix/sysv/syscalls.list
+++ b/sysdeps/unix/sysv/syscalls.list
@@ -1,16 +1,16 @@
# File name Caller Syscall name # args Strong name Weak names
-alarm - alarm 1 alarm
-ftime - ftime 1 ftime
-nice - nice 1 nice
-pause - pause 0 pause
-poll - poll 3 poll
-s_getdents getdents getdents 3 __getdents
-setrlimit - setrlimit 2 setrlimit
-settimeofday - settimeofday 2 __settimeofday settimeofday
-signal - signal 2 signal
-stime - stime 1 stime
-time - time 1 time
-times - times 1 __times times
-ulimit - ulimit 2 ulimit
-utime - utime 2 utime
+alarm - alarm i:i alarm
+ftime - ftime i:p ftime
+nice - nice i:i nice
+pause - pause i: pause
+poll - poll i:pii poll
+s_getdents getdents getdents i:ipi __getdents
+setrlimit - setrlimit i:ip setrlimit
+settimeofday - settimeofday i:pp __settimeofday settimeofday
+signal - signal i:ii signal
+stime - stime i:p stime
+time - time i:p time
+times - times i:p __times times
+ulimit - ulimit i:ii ulimit
+utime - utime i:pp utime