aboutsummaryrefslogtreecommitdiff
path: root/posix/setsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/setsid.c')
-rw-r--r--posix/setsid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/setsid.c b/posix/setsid.c
index d442d57..d3b99b2 100644
--- a/posix/setsid.c
+++ b/posix/setsid.c
@@ -23,7 +23,7 @@
The process group IDs of the session and the calling process
are set to the process ID of the calling process, which is returned. */
int
-__setsid ()
+__setsid (void)
{
__set_errno (ENOSYS);
return -1;