CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/02 13:56:53
Modified files:
lib/librthread : Makefile rthread.c rthread_attr.c
rthread_rwlock.c rthread_sem.c rthread_sync.c
rthread_tls.c
Added files:
lib/librthread : namespace.h pthread.h pthread_np.h
Log message:
Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internal
references. Use _thread_pagesize for the semaphore mmap size instead of
calling getpagesize() each time.
ok beck@
