1SubDir OBOS_TOP src system libroot posix pthread ; 2 3UsePrivateHeaders libroot ; 4 5KernelMergeObject posix_pthread.o : 6 pthread_atfork.c 7 pthread_mutex.c 8 pthread_mutexattr.c 9 : -fPIC -DPIC 10 ; 11 12
1SubDir OBOS_TOP src system libroot posix pthread ; 2 3UsePrivateHeaders libroot ; 4 5KernelMergeObject posix_pthread.o : 6 pthread_atfork.c 7 pthread_mutex.c 8 pthread_mutexattr.c 9 : -fPIC -DPIC 10 ; 11 12