mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
/* Don't include unistd.h because it declares a conflicting
|
||||
prototype for the POSIX.1 `getpgrp' function. */
|
||||
extern pid_t __getpgid (pid_t);
|
||||
extern pid_t __bsd_getpgrp (pid_t);
|
||||
|
||||
pid_t
|
||||
__bsd_getpgrp (pid_t pid)
|
||||
|
Reference in New Issue
Block a user