diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:42:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-04-18 14:42:19 +0200 |
commit | b48061e1a534a2421c65e4258418d41a5335ba32 (patch) | |
tree | 7b2a00fe1f6b7a9e9e6726c0bbfedd20506ad1b9 /socket/Makefile | |
parent | 46d8874d5b2fcb7831dd84c5e2f6df51922a7936 (diff) | |
download | glibc-b48061e1a534a2421c65e4258418d41a5335ba32.tar.gz |
Assume that dup3 is available
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile index c299d34d22..25d4f68578 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -31,6 +31,6 @@ routines := accept bind connect getpeername getsockname getsockopt \ setsockopt shutdown socket socketpair isfdtype opensock \ sockatmark accept4 recvmmsg sendmmsg -aux := have_sock_cloexec sa_len +aux := sa_len include ../Rules |