diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 13:29:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-13 13:29:55 +0000 |
commit | 44129238a240efd600340fbe42a0f7140e5f5b0f (patch) | |
tree | c2d813dc2d2514922df0cb1de4bd495157626c12 /manual | |
parent | d7b88214f60b24730261f179983aa411e4b1ed91 (diff) | |
download | glibc-44129238a240efd600340fbe42a0f7140e5f5b0f.tar.gz glibc-44129238a240efd600340fbe42a0f7140e5f5b0f.tar.xz glibc-44129238a240efd600340fbe42a0f7140e5f5b0f.zip |
Update.
1999-01-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_fork alias. * sysdeps/unix/sysv/linux/vfork.c: Use vfork syscall if available, otherwise use fork. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add vfork. * sysdeps/unix/sysv/linux/sparc32/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/sparc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/i386/sysdep.h: Correct handling of INLINE_SYSCALL for syscall without parameters.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/texis | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manual/texis b/manual/texis index c6e72269eb..9327db1fdc 100644 --- a/manual/texis +++ b/manual/texis @@ -67,6 +67,8 @@ db.c.texi \ sysinfo.texi \ conf.texi \ ../crypt/crypt.texi \ +../crypt/genpass.c.texi \ +../crypt/testpass.c.texi \ ../linuxthreads/linuxthreads.texi \ lang.texi \ add.c.texi \ |