Merge branch 'dl/compat-cleanup'

Code formatting micronit fix.

* dl/compat-cleanup:
  pthread.h: manually align parameter lists
maint
Junio C Hamano 2019-10-18 11:40:47 +09:00
commit 2d74d28ee0
1 changed files with 1 additions and 1 deletions

View File

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