(LwpContextPtr, lwpInitSystem): Use void ** for pointer to generic

pointer.  Users changed.
This commit is contained in:
Markus Armbruster 2006-06-08 05:38:06 +00:00
parent 5c7e97c522
commit ff2a162587
3 changed files with 4 additions and 5 deletions

View file

@ -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);