diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-17 08:49:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-17 08:49:48 +0000 |
commit | 238346abade2613e7428185c5dbadad778060f67 (patch) | |
tree | a94cf7eb3d70656c8e449a1444ae19906ddb1a16 /sysdeps | |
parent | b80b9c77ac7844af465b68ee719aac00a27f70bb (diff) | |
download | glibc-238346abade2613e7428185c5dbadad778060f67.tar glibc-238346abade2613e7428185c5dbadad778060f67.tar.gz glibc-238346abade2613e7428185c5dbadad778060f67.tar.bz2 glibc-238346abade2613e7428185c5dbadad778060f67.zip |
* sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
Add sys/signalfd.h and sys/eventfd.h.
Diffstat (limited to 'sysdeps')
-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 a3c6228812..5683babde8 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -25,7 +25,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/quota.h sys/fsuid.h \ scsi/sg.h scsi/scsi.h scsi/scsi_ioctl.h sys/pci.h \ sys/ultrasound.h sys/raw.h sys/personality.h sys/epoll.h \ - bits/a.out.h sys/inotify.h + bits/a.out.h sys/inotify.h sys/signalfd.h sys/eventfd.h install-others += $(inst_includedir)/bits/syscall.h |