Changeset 494 for trunk/thune/unix/os.h
- Timestamp:
- 10/29/07 17:30:32 (13 months ago)
- Files:
-
- 1 modified
-
trunk/thune/unix/os.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/unix/os.h
r458 r494 12 12 #include <string.h> 13 13 #include <pthread.h> 14 #include <unistd.h> 14 15 15 16 … … 29 30 #define memSet memset 30 31 #define memMove memmove 32 #define memSwab swab 31 33 32 34 #ifdef TRACK_MALLOC
