diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-15 20:10:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-15 20:11:20 +0000 |
commit | 8e475601f62c115115df1639599f573d2e78d7b7 (patch) | |
tree | cbcb9014ce58138594e22c9afa6a77341ed950c8 /sysdeps/unix/sysv/linux/Makefile | |
parent | d463ab10dd4a3eab1a569e35428ad671f9fd500f (diff) | |
download | glibc-8e475601f62c115115df1639599f573d2e78d7b7.tar.gz glibc-8e475601f62c115115df1639599f573d2e78d7b7.tar.xz glibc-8e475601f62c115115df1639599f573d2e78d7b7.zip |
Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 2a457a6bd8..068c02b81c 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -32,7 +32,8 @@ 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 bits/eventfd.h bits/inotify.h + sys/timerfd.h sys/fanotify.h bits/eventfd.h bits/inotify.h \ + bits/signalfd.h install-others += $(inst_includedir)/bits/syscall.h |