From 462f4effb11d00114b8285a991a3257d36db308a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 26 Jun 2001 14:47:48 +0000 Subject: * mmap.cc: Clean up *ResourceLock calls throughout. * thread.cc (pthread_cond::TimedWait): Check for WAIT_TIMEOUT as well as WAIT_ABANDONED. (__pthread_cond_timedwait): Calculate a relative wait from the abstime parameter. --- winsup/cygwin/security.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/security.h') diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index f307ac013..5289a29d1 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -109,7 +109,7 @@ public: BOOL add (const PSID nsid) { return add (nsid); } BOOL add (const char *sidstr) { cygsid nsi (sidstr); return add (nsi); } - + BOOL operator+= (cygsid &si) { return add (si); } BOOL operator+= (const char *sidstr) { return add (sidstr); } -- cgit v1.2.3