>Do programs work properly as long as the programs use API in libpthread.so, >libthread.so or libc.so?
Programs work properly as long as they:
- test return codes and handle failures appropriately
- do not link library against libthread/libpthread
- do not attempt to create threads in the library
Casper
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
