"Jeremy C. Reed" <reed@reedmedia.net> dixit : > rainier:/usr/src/tmp$ nm -a /usr/pkg/lib/libpthread.so | grep sigwait > 000070a8 T __pthread_sigwait > 0000daf0 T pth_sigwait > 0000db18 T pth_sigwait_ev > 000106e0 T sigwait > > (What does nm's "T" means above?) "T" -> Symbol in text code section. Vincent