diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 23:36:38 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-03 23:36:38 +0000 |
commit | 855dca36fe7aa348dc56996385fbbb77fbf3e83d (patch) | |
tree | acb8204659fd3f784cd2fa9248e6ab09861af47b /libc/inet/rpc/clnt_udp.c | |
parent | 86450311ebd0010553252d6d9efadb208dd085cb (diff) |
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_internal, do not use cascading aliases
Diffstat (limited to 'libc/inet/rpc/clnt_udp.c')
-rw-r--r-- | libc/inet/rpc/clnt_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/clnt_udp.c b/libc/inet/rpc/clnt_udp.c index bc032f205..2b84f5b82 100644 --- a/libc/inet/rpc/clnt_udp.c +++ b/libc/inet/rpc/clnt_udp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro"; */ /* CMSG_NXTHDR is using it */ -#define __cmsg_nxthdr __libc_cmsg_nxthdr +#define __cmsg_nxthdr __cmsg_nxthdr_internal #define authnone_create __authnone_create #define xdrmem_create __xdrmem_create |