diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-07 18:20:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-07 18:20:51 +0000 |
commit | 766d2fcacd7da42b69de42ab2831e1b2934620a1 (patch) | |
tree | 7a867bca351f2fff9b900fb7d37018c6bdc9034b /sysdeps/unix/sysv/linux/Makefile | |
parent | 8bf0fdaf7e4207692ff81d985afda887e9ecc111 (diff) | |
download | glibc-766d2fcacd7da42b69de42ab2831e1b2934620a1.tar.gz glibc-766d2fcacd7da42b69de42ab2831e1b2934620a1.tar.xz glibc-766d2fcacd7da42b69de42ab2831e1b2934620a1.zip |
Update.
1999-09-07 Cristian Gafton <gafton@redhat.com> * sysdeps/unix/sysv/linux/sys/raw.h: New file * sysdeps/unix/sysv/linux/Dist: Add raw.h. * sysdeps/unix/sysv/linux/Makefile [misc] (sysdep_headers): Add raw.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index b4ad1a57e6..ef41259ba4 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -17,7 +17,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/kd.h sys/soundcard.h sys/vt.h \ sys/quota.h sys/fsuid.h \ scsi/sg.h scsi/scsi.h sys/pci.h sys/ultrasound.h \ - sys/sendfile.h + sys/sendfile.h sys/raw.h install-others += $(inst_includedir)/bits/syscall.h |