diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-14 16:38:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-14 16:38:49 +0000 |
commit | 14eb5d5d3417d7c7f38b34270713d4969e0f4111 (patch) | |
tree | a94dcfa4e566dfa9a1e552eb8e3a56ea58fc00bb /sysdeps | |
parent | 1ffaaca2a33e068501a14c4b635c0948cdba79e0 (diff) | |
download | glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.tar glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.tar.gz glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.tar.bz2 glibc-14eb5d5d3417d7c7f38b34270713d4969e0f4111.zip |
Update.
1998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
(install-others): Add bits/stdio_lim.h.
Add rule to install bits/stdio_lim.h.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
* Makefile (distribute): Add include/sys/mman.h.
* sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
* sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
* sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/Dist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/Dist | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/powerpc/Dist b/sysdeps/powerpc/Dist index 90d0c02bd9..0c7ed9635b 100644 --- a/sysdeps/powerpc/Dist +++ b/sysdeps/powerpc/Dist @@ -1,3 +1,5 @@ +dl-machine.c +dl-start.S fenv_const.c fenv_libc.h ppc-mcount.S diff --git a/sysdeps/unix/sysv/linux/Dist b/sysdeps/unix/sysv/linux/Dist index 61d8795db8..2efa3dd9bb 100644 --- a/sysdeps/unix/sysv/linux/Dist +++ b/sysdeps/unix/sysv/linux/Dist @@ -59,6 +59,7 @@ sys/pci.h sys/prctl.h sys/procfs.h sys/quota.h +sys/sendfile.h sys/socketvar.h sys/soundcard.h sys/sysctl.h diff --git a/sysdeps/unix/sysv/linux/arm/Dist b/sysdeps/unix/sysv/linux/arm/Dist index d987285445..6e1be78f3a 100644 --- a/sysdeps/unix/sysv/linux/arm/Dist +++ b/sysdeps/unix/sysv/linux/arm/Dist @@ -1,2 +1,3 @@ bits/mman.h clone.S +init-first.h diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist new file mode 100644 index 0000000000..7832507772 --- /dev/null +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist @@ -0,0 +1 @@ +sys/trap.h |