Changeset 881 for trunk/src/ash-messup/shthread.h
- Timestamp:
- Apr 21, 2007, 10:47:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/shthread.h
r879 r881 27 27 28 28 #include <sys/types.h> 29 struct shmtx; 30 typedef unsigned long shthread; 29 30 typedef struct shmtx 31 { 32 char b[64]; 33 } shmtx; 34 35 typedef uintptr_t shtid; 36 37 void shthread_set_shell(struct shinstance *); 38 struct shinstance *shthread_get_shell(void);
Note:
See TracChangeset
for help on using the changeset viewer.