about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/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 /sysdeps/unix/sysv/linux/Makefile
parente041fb8b6557882b6710a655a97bbf3541b56b54 (diff)
downloadglibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.gz
glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.xz
glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.zip
Clean up __libc_sa_len helper.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 94916a2b13..247cb9c111 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -120,7 +120,7 @@ ifeq ($(subdir),socket)
 sysdep_headers += net/if_ppp.h net/ppp-comp.h \
 		  net/ppp_defs.h net/if_arp.h net/route.h net/ethernet.h \
 		  net/if_slip.h net/if_packet.h net/if_shaper.h
-sysdep_routines += cmsg_nxthdr sa_len
+sysdep_routines += cmsg_nxthdr
 endif
 
 ifeq ($(subdir),sunrpc)