summaryrefslogtreecommitdiffstats
path: root/include/pthread_np.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pthread_np.h')
-rw-r--r--include/pthread_np.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pthread_np.h b/include/pthread_np.h
index aac6184..a11511c 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -44,7 +44,7 @@ typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t);
*/
__BEGIN_DECLS
int pthread_attr_setcreatesuspend_np(pthread_attr_t *);
-int pthread_attr_get_np(pthread_t *, pthread_attr_t *);
+int pthread_attr_get_np(pthread_t, pthread_attr_t *);
int pthread_main_np(void);
int pthread_multi_np(void);
int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
OpenPOWER on IntegriCloud