OSDN Git Service

* security.cc (set_security_attribute): Call getegid32() instead of
authorcorinna <corinna>
Tue, 28 May 2002 14:58:13 +0000 (14:58 +0000)
committercorinna <corinna>
Tue, 28 May 2002 14:58:13 +0000 (14:58 +0000)
getegid().
* include/cygwin/grp.h: Declare getegid32().

winsup/cygwin/include/cygwin/grp.h

index 46874df..7dcae63 100644 (file)
@@ -38,6 +38,7 @@ struct __group32
 struct __group32 * getgrgid32 (__gid32_t gid);
 struct __group32 * getgrnam32 (const char *name);
 __gid32_t getgid32 ();
+__gid32_t getegid32 ();
 #endif
 
 #ifdef __cplusplus