pthread sem_open : private glibc functions (__libc*
Tone Kastlunger
users.giulietta@gmail.com
Tue Feb 19 20:55:00 GMT 2019
Hi;
the sem_open implementation in the pthread library seems to refer to
privately defined aliases of some functions of the glibc
(__libc_open/cloe, __libc_write for instance).
On the other hand, in the same implementation
other glibc function calls are addressed via the (usual) public counterparts
(for example unlink).
I'm puzzled about this "dissonance". Any reason behind int?
Best,
tortoisedoc
More information about the Libc-alpha
mailing list