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 d4cff359b5..bd5a9ce51f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -179,6 +179,7 @@ routines = \ pthread_setschedprio \ pthread_setspecific \ pthread_sigmask \ + pthread_sigqueue \ pthread_spin_destroy \ pthread_spin_init \ pthread_spin_lock \ @@ -211,7 +212,6 @@ libpthread-routines = \ nptl-init \ pt-interp \ pthread_create \ - pthread_sigqueue \ version \ libpthread-shared-only-routines = \ |