OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / setsid.c
index 52170fa..6b63e3a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * setsid() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org>
+ * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
  *
  * GNU Library General Public License (LGPL) version 2 or later.
  */
@@ -10,3 +10,5 @@
 #include "syscalls.h"
 #include <unistd.h>
 _syscall0(pid_t, setsid);
+libc_hidden_proto(setsid)
+libc_hidden_def(setsid)