diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:34:16 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:34:16 -0700 |
commit | 6fcf28b352c435ee3d1a975619c5ae31923c44eb (patch) | |
tree | 9f1dac7b263f957fac5d3641727b8bab1a28e154 /socket/Makefile | |
parent | e041fb8b6557882b6710a655a97bbf3541b56b54 (diff) | |
download | glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.zip glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.gz glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.bz2 |
Clean up __libc_sa_len helper.
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 ad9c063..dc8bbde 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 |