diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-06 04:37:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-06 04:37:59 +0000 |
commit | 7c93d95dcf67ca7c53bd9bab9adeef60ea7b2503 (patch) | |
tree | 83818a7a6935eb83cc08e4d151f52dda3185863f | |
parent | e6b59fc1b5c7d22fd522cb29623925fb35e9395a (diff) | |
download | glibc-7c93d95dcf67ca7c53bd9bab9adeef60ea7b2503.tar.gz glibc-7c93d95dcf67ca7c53bd9bab9adeef60ea7b2503.tar.xz glibc-7c93d95dcf67ca7c53bd9bab9adeef60ea7b2503.zip |
Update.
* sysdeps/unix/sysv/linux/i386/Dist: Distribute oldgetrlimit64.c and oldsetrlimit64.c. * sysdeps/unix/sysv/linux/arm/Dist: Distribute sys/elf.h and sys/procfs.h.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Dist | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 55198c8794..14fe8665bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-01-05 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/i386/Dist: Distribute oldgetrlimit64.c + and oldsetrlimit64.c. + + * sysdeps/unix/sysv/linux/arm/Dist: Distribute sys/elf.h and + sys/procfs.h. + * manual/texinfo.tex: Updated from latest official version. * debug/Makefile (distribute): Add frame.h. diff --git a/sysdeps/unix/sysv/linux/arm/Dist b/sysdeps/unix/sysv/linux/arm/Dist index 28e86426ec..73fd68e2b4 100644 --- a/sysdeps/unix/sysv/linux/arm/Dist +++ b/sysdeps/unix/sysv/linux/arm/Dist @@ -7,5 +7,7 @@ setfsuid.c setfsgid.c sigrestorer.S bits/armsigctx.h +sys/elf.h sys/io.h +sys/procfs.h sys/user.h diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 2b5c527c8c..d4b5035379 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -1,4 +1,6 @@ clone.S +oldgetrlimit64.c +oldsetrlimit64.c setresuid.c setresgid.c setfsuid.c |