Browse Source

Add semaphore.h parser-inc file

rdb 16 years ago
parent
commit
76703b71a8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      dtool/src/parser-inc/semaphore.h

+ 6 - 0
dtool/src/parser-inc/semaphore.h

@@ -0,0 +1,6 @@
+
+typedef union {
+  char __size[];
+  long int __align;
+} sem_t;
+