Imported Upstream version 1.8.2
[debian/sudo] / include / missing.h
index 68d5879b877849c30be80455f4ab82925b115373..e7eae3ebab5ff4e103ebc189bb5e3aeecfad63d7 100644 (file)
@@ -286,6 +286,9 @@ void closefrom(int);
 #ifndef HAVE_GETCWD
 char *getcwd(char *, size_t size);
 #endif
+#ifndef HAVE_GETGROUPLIST
+int getgrouplist(const char *, gid_t, gid_t *, int *);
+#endif
 #ifndef HAVE_GETLINE
 ssize_t getline(char **, size_t *, FILE *);
 #endif