diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-27 10:24:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-27 10:24:00 +0000 |
commit | 342414a6e0952c308c0cf27daab6ea24fc4cc172 (patch) | |
tree | 7572299dd85fccd4421e4be6e1b496e0013ccb58 /misc/Makefile | |
parent | 1474b80f017c2fcc18b1de5bbc51884650d30582 (diff) | |
download | glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.tar.gz glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.tar.xz glibc-342414a6e0952c308c0cf27daab6ea24fc4cc172.zip |
* sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
* sysdeps/stub/revoke.c: New file. * misc/Makefile (routines): Add revoke. * posix/unistd.h [__USE_BSD] (revoke): Declare it. * sysdeps/generic/pty.c (openpty, forkpty): Declare return types. (forkpty): Declare login_tty. * misc/logwtmp.c (logwtmp): Declare to return void. * misc/login_tty.c (login_tty): Include unistd.h. Declare return type.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3c87abf9ec..53489c68cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -37,8 +37,8 @@ routines := brk sbrk sstk ioctl \ select \ acct chroot fsync sync reboot \ gethostid sethostid \ - mknod \ - swapon vhangup mktemp mkstemp \ + revoke vhangup mknod \ + swapon mktemp mkstemp \ ualarm usleep \ gtty stty \ ptrace \ |