diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-08 19:48:47 -0400 |
commit | a0f33f996f7986dbf37631a4577f8565b42df29e (patch) | |
tree | 78c71a736d4bd75009abba7796f0e0aca78e47ec /misc/Makefile | |
parent | 762011fe9ffded81448be4dc50a2b27faaafe4c9 (diff) | |
download | glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.gz glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.tar.bz2 glibc-a0f33f996f7986dbf37631a4577f8565b42df29e.zip |
Add range checking for FD_SET, FD_CLR, and FD_ISSET
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 52b13daa72..6be2bc7f94 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -31,7 +31,8 @@ headers := sys/uio.h bits/uio.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h \ sys/select.h ustat.h sys/ustat.h bits/ustat.h sys/sysinfo.h \ regexp.h bits/select.h bits/mman.h sys/xattr.h \ syslog.h sys/syslog.h \ - bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h + bits/syslog.h bits/syslog-ldbl.h bits/syslog-path.h bits/error.h \ + bits/select2.h routines := brk sbrk sstk ioctl \ readv writev preadv preadv64 pwritev pwritev64 \ |