summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-25 23:28:38 +0000
committerJeremy Allison <jra@samba.org>1999-01-25 23:28:38 +0000
commitecec12214d7bc7cb46060120340e5fc9d9322210 (patch)
tree312ec60e72e0f1146df44349e9424fb3162819ad /source/include
parent8d3bf0f01a8c54d38ac984362377d9543f8e74e4 (diff)
downloadsamba-ecec12214d7bc7cb46060120340e5fc9d9322210.tar.gz
samba-ecec12214d7bc7cb46060120340e5fc9d9322210.tar.xz
samba-ecec12214d7bc7cb46060120340e5fc9d9322210.zip
Added HPUX signal fix for non-restarted waitpid syscall. Fix from Panu Outinen <Panu.Outinen@vertex.fi>
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 7c4b2433294..bc68d85ca72 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -187,6 +187,7 @@ BOOL set_inherited_process_capability( uint32 cap_flag, BOOL enable );
long sys_random(void);
void sys_srandom(unsigned int seed);
int sys_getgroups(int setlen, gid_t *gidset);
+int sys_setgroups(int setlen, gid_t *gidset);
/*The following definitions come from lib/time.c */