OSDN Git Service

* libc/include/sys/unistd.h: Add getsid declaration for cygwin.
authorcgf <cgf>
Sun, 18 Aug 2002 06:08:39 +0000 (06:08 +0000)
committercgf <cgf>
Sun, 18 Aug 2002 06:08:39 +0000 (06:08 +0000)
newlib/ChangeLog
newlib/libc/include/sys/unistd.h

index 5ab4c0d..9e345cc 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-18  Christopher Faylor  <cgf@redhat.com>
+
+       * libc/include/sys/unistd.h: Add getsid declaration for cygwin.
+
 2002-08-17  Jeff Johnston  <jjohnstn@redhat.com>
 
         * libc/include/sys/config.h[__PPC__][__SPE__]: Set
index d6ff250..06773cc 100644 (file)
@@ -64,6 +64,9 @@ pid_t   _EXFUN(getpgid, (pid_t));
 pid_t   _EXFUN(getpgrp, (void ));
 pid_t   _EXFUN(getpid, (void ));
 pid_t   _EXFUN(getppid, (void ));
+#ifdef __CYGWIN__
+pid_t   _EXFUN(getsid, (pid_t));
+#endif
 uid_t   _EXFUN(getuid, (void ));
 #ifdef __CYGWIN__
 char * _EXFUN(getusershell, (void));