diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 19:13:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 19:13:09 +0000 |
commit | 635f35fcf4974d1363dbb57524102e23f8157036 (patch) | |
tree | abe5802a4343f3bd4e1ad87d0d6e7d18f09e3bec /sysdeps | |
parent | 27ef89fbdcd8b97864a94d6a10b6df9207631366 (diff) | |
download | glibc-635f35fcf4974d1363dbb57524102e23f8157036.tar.gz glibc-635f35fcf4974d1363dbb57524102e23f8157036.tar.xz glibc-635f35fcf4974d1363dbb57524102e23f8157036.zip |
Update.
2002-02-01 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (distribute): Add dl-procinfo.c. * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c. * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Dist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Dist b/sysdeps/unix/sysv/linux/arm/Dist index 83f87192d6..aa9eb1a227 100644 --- a/sysdeps/unix/sysv/linux/arm/Dist +++ b/sysdeps/unix/sysv/linux/arm/Dist @@ -1,5 +1,4 @@ clone.S -dl-procinfo.c dl-procinfo.h ioperm.c setresuid.c diff --git a/sysdeps/unix/sysv/linux/i386/Dist b/sysdeps/unix/sysv/linux/i386/Dist index 30a5b63c81..3c8ba2d6cd 100644 --- a/sysdeps/unix/sysv/linux/i386/Dist +++ b/sysdeps/unix/sysv/linux/i386/Dist @@ -1,5 +1,4 @@ clone.S -dl-procinfo.c olddirent.h oldgetrlimit64.c setresuid.c |