diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index b7903bd..a1571a0 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -81,6 +81,7 @@ routines = \ pthread_cond_wait \ pthread_condattr_destroy \ pthread_condattr_getclock \ + pthread_condattr_getpshared \ pthread_condattr_init \ pthread_equal \ pthread_exit \ @@ -163,7 +164,6 @@ libpthread-routines = \ pthread_barrierattr_setpshared \ pthread_cancel \ pthread_clockjoin \ - pthread_condattr_getpshared \ pthread_condattr_setclock \ pthread_condattr_setpshared \ pthread_create \ |