This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add semaphore.h parser-inc file
rdb
16 years ago
parent
4b99d6a3f1
commit
76703b71a8
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
dtool/src/parser-inc/semaphore.h
+ 6
- 0
dtool/src/parser-inc/semaphore.h
View File
@@ -0,0 +1,6 @@
+
+typedef union {
+ char __size[];
+ long int __align;
+} sem_t;
+