Ignore:
Timestamp:
Apr 21, 2007, 10:47:37 AM (18 years ago)
Author:
bird
Message:

hacking...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash-messup/shthread.h

    r879 r881  
    2727
    2828#include <sys/types.h>
    29 struct shmtx;
    30 typedef unsigned long shthread;
     29
     30typedef struct shmtx
     31{
     32    char b[64];
     33} shmtx;
     34
     35typedef uintptr_t shtid;
     36
     37void shthread_set_shell(struct shinstance *);
     38struct shinstance *shthread_get_shell(void);
Note: See TracChangeset for help on using the changeset viewer.