summaryrefslogtreecommitdiff
path: root/socket/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-08-27 10:34:16 -0700
committerRoland McGrath <roland@hack.frob.com>2013-08-27 10:34:16 -0700
commit6fcf28b352c435ee3d1a975619c5ae31923c44eb (patch)
tree9f1dac7b263f957fac5d3641727b8bab1a28e154 /socket/Makefile
parente041fb8b6557882b6710a655a97bbf3541b56b54 (diff)
Clean up __libc_sa_len helper.
Diffstat (limited to 'socket/Makefile')
-rw-r--r--socket/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile
index ad9c063a65..dc8bbde5c4 100644
--- a/socket/Makefile
+++ b/socket/Makefile
@@ -28,6 +28,6 @@ routines := accept bind connect getpeername getsockname getsockopt \
setsockopt shutdown socket socketpair isfdtype opensock \
sockatmark accept4 recvmmsg sendmmsg
-aux := have_sock_cloexec
+aux := have_sock_cloexec sa_len
include ../Rules