diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:36:06 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-09 22:36:06 +0000 |
commit | 02a6f887cb3e2c048937111eb4cf150d397609de (patch) | |
tree | e5c567d0e43149ab8d29e5f8d6465de9268e8f18 /sysdeps/unix/sysv/linux/Makefile | |
parent | c6e013c15e0091edc49affd6ce26562845000dcd (diff) | |
download | glibc-02a6f887cb3e2c048937111eb4cf150d397609de.tar.gz glibc-02a6f887cb3e2c048937111eb4cf150d397609de.tar.xz glibc-02a6f887cb3e2c048937111eb4cf150d397609de.zip |
Split enum __socket_type from bits/socket.h to bits/socket_type.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 458658df29..a97487fbc9 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -33,7 +33,8 @@ 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/epoll.h + bits/signalfd.h bits/timerfd.h bits/epoll.h \ + bits/socket_type.h install-others += $(inst_includedir)/bits/syscall.h |