Changeset 101769 in vbox
- Timestamp:
- Nov 4, 2023 5:16:59 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c
r77123 r101769 45 45 46 46 #include "primpl.h" 47 #include "obsolete/prsem.h"48 47 49 48 #include <string.h> 50 49 #include <pthread.h> 51 50 #include <sys/time.h> 51 52 #ifdef VBOX 53 /* From the removed obsolete/prsem.h */ 54 typedef struct PRSemaphore PRSemaphore; 55 #endif 52 56 53 57 static pthread_mutexattr_t _pt_mattr;
Note:
See TracChangeset
for help on using the changeset viewer.