core/thread: remove thread_create_arg from header

It's just a leftover from #856
dev/timer
Ludwig Ortmann 9 years ago
parent 17f2eb80b8
commit 5ebdf6e745

@ -80,14 +80,6 @@ int thread_create(char *stack,
void *(*function)(void *arg),
void *arg,
const char *name);
int thread_create_arg(char *stack,
int stacksize,
char priority,
int flags,
void *(*function)(void *arg),
void *arg,
const char *name);
/**
* @brief Returns the status of a process
*

Loading…
Cancel
Save