diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:29:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-21 00:29:13 +0000 |
commit | 0e4997508d271a0e4b6e2a68efae8f1943aa21e5 (patch) | |
tree | 897aaf9ee4aedaad1b20c789e654ebc61ee06da9 /sysdeps/unix/sysv/linux/Makefile | |
parent | 5ad91f6e6fbb999a16a3c331ae1cee87bf3fc499 (diff) | |
download | glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.tar glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.tar.gz glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.tar.bz2 glibc-0e4997508d271a0e4b6e2a68efae8f1943aa21e5.zip |
Split architecture-specific parts of sys/timerfd.h into bits/timerfd.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 068c02b81c..238e4b9f8a 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/signalfd.h bits/timerfd.h install-others += $(inst_includedir)/bits/syscall.h |