Skip to content
Snippets Groups Projects
Commit 94660756 authored by Moe Jette's avatar Moe Jette
Browse files

Add missing definition for clean compile.

parent 09e955ce
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#ifndef __USE_XOPEN_EXTENDED #ifndef __USE_XOPEN_EXTENDED
extern pid_t getsid(pid_t pid); /* missing from <unistd.h> */ extern pid_t getsid(pid_t pid); /* missing from <unistd.h> */
extern pid_t getpgid(pid_t pid);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment