diff options
Diffstat (limited to 'libpthread.a')
-rw-r--r-- | libpthread.a | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread.a b/libpthread.a index 926315b..a87be26 100644 --- a/libpthread.a +++ b/libpthread.a @@ -16,5 +16,8 @@ EXTERN(__mutex_unlock_solid) EXTERN(_cthreads_flockfile) EXTERN(_cthreads_funlockfile) EXTERN(_cthreads_ftrylockfile) +/* To get the sigthread stack layout on fork */ +EXTERN(pthread_getattr_np) +EXTERN(pthread_attr_getstack) GROUP(-lpthread2 -lihash -lrt) |