diff options
author | Roland McGrath <roland@gnu.org> | 1996-01-23 10:00:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-01-23 10:00:23 +0000 |
commit | 1d8dc4293f772369e2da018ba5f1bf6e67967f3a (patch) | |
tree | e3b745c6fd5c1de37f20768079a419cebacdd41e /sysdeps/unix/syscalls.list | |
parent | f2f7f9e665975125ef253d7a621bcc3e4f68904d (diff) | |
download | glibc-1d8dc4293f772369e2da018ba5f1bf6e67967f3a.tar glibc-1d8dc4293f772369e2da018ba5f1bf6e67967f3a.tar.gz glibc-1d8dc4293f772369e2da018ba5f1bf6e67967f3a.tar.bz2 glibc-1d8dc4293f772369e2da018ba5f1bf6e67967f3a.zip |
Mon Jan 22 10:40:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-960123
* sysdeps/posix/getcwd.c [__GNU_LIBRARY__]: Include unistd.h.
* io/fts.h (FTSENT): Define fts_compar member with prototype.
* hurd/hurd.h: Use prototype in getcttyid decl.
* stdlib/l64a.c: Fix typo in last change.
* stdlib/drand48-iter.c: Test limits.h macros instead of sizeof
for determining size of types.
* stdlib/srand48_r.c: Likewise.
* misc/utmp.h: Declare login, logout, logwtmp.
* misc/logout.c: Declare argument as pointer to const.
* misc/login.c: Likewise.
* misc/logwtmp.c: Likewise.
Include time.h, string.h.
* misc/efgcvt_r.c: Include stdlib.h.
* io/mknod.c: Include sys/types.h.
* gmon/sys/gmon.h: Declare monstartup, _mcleanup.
* csu/gmon-start.c (_start, etext): Declare with prototypes.
* stdio-common/vfscanf.c (%[): Fix range handling.
Diffstat (limited to 'sysdeps/unix/syscalls.list')
-rw-r--r-- | sysdeps/unix/syscalls.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/syscalls.list b/sysdeps/unix/syscalls.list index 2f5c524abe..7fba017fc0 100644 --- a/sysdeps/unix/syscalls.list +++ b/sysdeps/unix/syscalls.list @@ -8,7 +8,7 @@ chown - chown 3 __chown chown chroot - chroot 1 chroot close - close 1 __close close dup - dup 2 __dup dup -dup2 - dup2 2 __dup2 dup2 +dup2 - dup2 2 __dup2 dup2 fchdir - fchdir 1 fchdir fcntl - fcntl 3 __fcntl fcntl fsync - fsync 1 fsync @@ -24,7 +24,7 @@ ioctl - ioctl 3 __ioctl ioctl kill - kill 2 __kill kill link - link 2 __link link lseek - lseek 3 __lseek lseek -mkdir - mkdir 2 __mkdir mkdir +mkdir - mkdir 2 __mkdir mkdir open - open 3 __open open profil - profil 4 profil ptrace - ptrace 4 ptrace |