hello,
sem_init.3 states :
"A non-zero value for pshared specifies a shared semaphore that can
be used by multiple processes, which this implementation is not
capable of."
libc_r's one doesn't but as far as I understand pthread's one, it
does. If i'm correct, can someone correct the man page to clarify the
difference between these multiple implementations ? (i think a notice
in pthreads(3) will also help)
thanks !
Matthieu
_______________________________________________
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"