mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'dl/compat-cleanup'
Code formatting micronit fix. * dl/compat-cleanup: pthread.h: manually align parameter lists
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user