Merge branch 'dl/compat-cleanup'
Code formatting micronit fix. * dl/compat-cleanup: pthread.h: manually align parameter listsmaint
commit
2d74d28ee0
|
@ -51,7 +51,7 @@ typedef struct {
|
|||
} pthread_t;
|
||||
|
||||
int pthread_create(pthread_t *thread, const void *unused,
|
||||
void *(*start_routine)(void*), void *arg);
|
||||
void *(*start_routine)(void*), void *arg);
|
||||
|
||||
/*
|
||||
* To avoid the need of copying a struct, we use small macro wrapper to pass
|
||||
|
|
Loading…
Reference in New Issue