]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/plockstat.d
Libc-825.24.tar.gz
[apple/libc.git] / pthreads / plockstat.d
index a0fdc8428095bd17cfadb597f5e789d446c67c79..0b6a5ccbf007d3bd6b2a6458158305c951ae1a36 100644 (file)
@@ -1,4 +1,5 @@
-#include <pthread.h>
+typedef struct _opaque_pthread_mutex_t pthread_mutex_t;
+typedef struct _opaque_pthread_rwlock_t pthread_rwlock_t;
 
 provider plockstat {
   probe mutex__acquire(pthread_mutex_t *mutex, int recursive, int spin_count);