diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-31 15:43:43 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-31 15:43:43 +0000 |
commit | fa39f7f7bedcbb61c3f6b9f1bbe3d1623ca6a8e9 (patch) | |
tree | f454d7bd7cfa42306b74970c0576be66f3f7abdc /sunrpc/create_xid.c | |
parent | e4aced47ae1046850d846137ec72adfe32c57186 (diff) | |
download | glibc-fa39f7f7bedcbb61c3f6b9f1bbe3d1623ca6a8e9.tar.gz glibc-fa39f7f7bedcbb61c3f6b9f1bbe3d1623ca6a8e9.tar.xz glibc-fa39f7f7bedcbb61c3f6b9f1bbe3d1623ca6a8e9.zip |
Update.
* sunrpc/rpc_main.c: Add noreturn attributes. * sunrpc/rpc_scan.h: Likewise. * sunrpc/rpc_hout.c (storexdrfuncdecl): Make static. * sunrpc/rpcinfo.c: Add noreturn attribute to brdcst. * sunrpc/proto.h: Add noreturn attributes to error and crash.
Diffstat (limited to 'sunrpc/create_xid.c')
-rw-r--r-- | sunrpc/create_xid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/create_xid.c b/sunrpc/create_xid.c index 218b704913..c262aab430 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include <sys/time.h> #include <bits/libc-lock.h> +#include <rpc/rpc.h> /* The RPC code is not threadsafe, but new code should be threadsafe. */ |