diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 06:34:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-01 06:34:10 +0000 |
commit | a2294e570c396e6088329647ecdac3eab147f22f (patch) | |
tree | dc5df915e28ab750ba3a2d28f6577f9bc5996a93 /sysdeps | |
parent | b62404dcc974bba61026c911fd9adf3c2730faab (diff) | |
download | glibc-a2294e570c396e6088329647ecdac3eab147f22f.tar glibc-a2294e570c396e6088329647ecdac3eab147f22f.tar.gz glibc-a2294e570c396e6088329647ecdac3eab147f22f.tar.bz2 glibc-a2294e570c396e6088329647ecdac3eab147f22f.zip |
Update.glibc-2.1.91cvs/glibc_2-1-91
* version.h (VERSION): Bump to 2.1.91.
* configure.in: Update warning comment. glibc should not be
broken anymore.
* sysdeps/unix/sysv/linux/ia64/Dist: Remove old content. Add
ioperm.c, sys/procfs.h, and sys/io.h.
* sysdeps/powerpc/Dist: Add bp-asm.h.
* sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Dist | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/powerpc/Dist b/sysdeps/powerpc/Dist index 5a5c15c087..516f178c3a 100644 --- a/sysdeps/powerpc/Dist +++ b/sysdeps/powerpc/Dist @@ -8,3 +8,4 @@ gprsave1.S gprsave0.S gprrest1.S gprrest0.S +bp-asm.h diff --git a/sysdeps/unix/sysv/linux/ia64/Dist b/sysdeps/unix/sysv/linux/ia64/Dist index 6b4b44b489..070d527274 100644 --- a/sysdeps/unix/sysv/linux/ia64/Dist +++ b/sysdeps/unix/sysv/linux/ia64/Dist @@ -1,2 +1,3 @@ -xstatconv.c -kernel_stat.h +ioperm.c +sys/procfs.h +sys/io.h |