diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-13 20:27:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-13 20:27:59 +0000 |
commit | 2a418ac326831b112d32fb1b29c4a351f07fac98 (patch) | |
tree | 2fbb2d3c0d298b4e83994342a706e3045aceec00 /sysdeps/unix/sysv/linux/Makefile | |
parent | e19e83c5d2ead7a5ab5fa7afa6fed1a427dc2465 (diff) | |
download | glibc-2a418ac326831b112d32fb1b29c4a351f07fac98.tar.gz glibc-2a418ac326831b112d32fb1b29c4a351f07fac98.tar.xz glibc-2a418ac326831b112d32fb1b29c4a351f07fac98.zip |
Split architecture-specific parts of sys/eventfd.h into bits/eventfd.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 e684b160f0..7da55025a9 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -32,7 +32,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.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 sys/signalfd.h sys/eventfd.h \ - sys/timerfd.h sys/fanotify.h + sys/timerfd.h sys/fanotify.h bits/eventfd.h install-others += $(inst_includedir)/bits/syscall.h |