Home
last modified time | relevance | path

Searched refs:__libc_thr_errno_stub (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/thread-stub/
H A Dthread-stub-init.c55 __weak_alias(__libc_thr_errno,__libc_thr_errno_stub) in __weak_alias() argument
57 __libc_thr_errno_stub(void) in __weak_alias()
/netbsd-src/lib/libc/include/
H A Dreentrant.h271 int *__libc_thr_errno_stub(void);
/netbsd-src/lib/libpthread/
H A Dpthread.c1061 return __libc_thr_errno_stub(); in pthread__errno()