(LwpContextPtr, lwpInitSystem): Use void ** for pointer to generic
pointer. Users changed.
This commit is contained in:
parent
5c7e97c522
commit
ff2a162587
3 changed files with 4 additions and 5 deletions
|
@ -38,7 +38,7 @@ struct lwpSem;
|
|||
|
||||
#define LWP_MAX_PRIO 8
|
||||
|
||||
struct lwpProc *lwpInitSystem(int prio, char **ctxp, int flags, sigset_t *);
|
||||
struct lwpProc *lwpInitSystem(int prio, void **ctxp, int flags, sigset_t *);
|
||||
struct lwpProc *lwpCreate(int prio, void (*)(void *), int size,
|
||||
int flags, char *name, char *desc,
|
||||
int argc, char **argv, void *ud);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue