diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:05:56 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-16 01:05:56 +0000 |
commit | 6a6ae6e1a26f32fd896b0a7b740129161bfb008b (patch) | |
tree | 818a08e98cc3cd7711fd077ea68c3c1a9d740f37 /libc/inet/rpc/xdr_rec.c | |
parent | a1915d4502e23cc0c30e1c80a31971e71e7340a5 (diff) |
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was indeed a badly chosen name
Diffstat (limited to 'libc/inet/rpc/xdr_rec.c')
-rw-r--r-- | libc/inet/rpc/xdr_rec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/inet/rpc/xdr_rec.c b/libc/inet/rpc/xdr_rec.c index a19438489..15381a6cc 100644 --- a/libc/inet/rpc/xdr_rec.c +++ b/libc/inet/rpc/xdr_rec.c @@ -44,6 +44,8 @@ * The other 31 bits encode the byte length of the fragment. */ +#define fputs __fputs + #define __FORCE_GLIBC #define _GNU_SOURCE #include <features.h> |