diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:32:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:32:30 +0000 |
commit | 599af3ca61ab0841bd968c8965e2efb2c1df2dd3 (patch) | |
tree | d2c59d34aff722eb0dd0284568c09e18195b6c0f /sysdeps/unix/sysv/linux/Makefile | |
parent | 0e4997508d271a0e4b6e2a68efae8f1943aa21e5 (diff) | |
download | glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.tar.gz glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.tar.xz glibc-599af3ca61ab0841bd968c8965e2efb2c1df2dd3.zip |
Split architecture-specific parts of sys/epoll.h into bits/epoll.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 238e4b9f8a..458658df29 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -33,7 +33,7 @@ sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.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 \ - bits/signalfd.h bits/timerfd.h + bits/signalfd.h bits/timerfd.h bits/epoll.h install-others += $(inst_includedir)/bits/syscall.h |