summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/bsd_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/bsd_helper.h')
-rw-r--r--winsup/cygserver/bsd_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygserver/bsd_helper.h b/winsup/cygserver/bsd_helper.h
index 014b82a05..045898573 100644
--- a/winsup/cygserver/bsd_helper.h
+++ b/winsup/cygserver/bsd_helper.h
@@ -44,6 +44,7 @@ int win_copyout (struct thread *, const void *, void *, size_t);
#define copyin(a,b,c) win_copyin((td),(a),(b),(c))
#define copyout(a,b,c) win_copyout((td),(a),(b),(c))
+void *get_token_info (HANDLE, TOKEN_INFORMATION_CLASS);
int ipcperm (struct thread *, struct ipc_perm *, unsigned int);
int suser (struct thread *);
bool adjust_identity_info (struct proc *p);