Changeset 3645 for branches/libc-0.6/src/emx/include
- Timestamp:
- May 19, 2008, 1:42:37 AM (17 years ago)
- Location:
- branches/libc-0.6/src/emx/include
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/include.smak
r1381 r3645 58 58 $(INS)include/InnoTekLIBC/%.h: include/InnoTekLIBC/%.h 59 59 $(call CP,$<,$@) 60 61 INS.FILES += $(addprefix $(INS), $(wildcard include/klibc/*.h)) 62 $(INS)include/klibc/%.h: include/klibc/%.h 63 $(call CP,$<,$@) -
branches/libc-0.6/src/emx/include/sys/process.h
r2289 r3645 43 43 #define P_UNRELATED 0x40000 44 44 #define P_DEBUGDESC 0x80000 45 #define P_NOUNIXARGV 0x100000 45 46 46 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.