]> git.saurik.com Git - apple/libpthread.git/blobdiff - xcodescripts/install-manpages.sh
libpthread-454.100.8.tar.gz
[apple/libpthread.git] / xcodescripts / install-manpages.sh
index 26a220587ed60852c546c809395c519777505a08..bf606946a3b1907ddc81da65b56c8ef90f3bd034 100644 (file)
@@ -23,6 +23,7 @@
 
 if [ "$ACTION" = installhdrs ]; then exit 0; fi
 if [ "${RC_ProjectName%_Sim}" != "${RC_ProjectName}" ]; then exit 0; fi
+if [ "${DRIVERKIT}" = 1 ]; then exit 0; fi
 
 set -x
 set -e
@@ -85,7 +86,9 @@ BASE_PAGES="pthread.3 \
        pthread_setname_np.3 \
        pthread_setspecific.3 \
        pthread_threadid_np.3 \
-       pthread_yield_np.3"
+       pthread_yield_np.3 \
+       pthread_jit_write_protect_np.3"
+
 
 cp $BASE_PAGES "$DSTROOT"/usr/share/man/man3
 
@@ -112,6 +115,7 @@ chmod $INSTALL_MODE_FLAG $BASE_PAGES
 ln -fh pthread_getschedparam.3 pthread_setschedparam.3
 ln -fh pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
 ln -fh pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
+ln -fh pthread_jit_write_protect_np.3 pthread_jit_write_protect_supported_np.3
 
 for M in \
        pthread_attr_destroy.3 \