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 /sysdeps/unix/sysv/linux/Makefile | |
parent | e041fb8b6557882b6710a655a97bbf3541b56b54 (diff) | |
download | glibc-6fcf28b352c435ee3d1a975619c5ae31923c44eb.tar.gz |
Clean up __libc_sa_len helper.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
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) |