diff options
author | raf <none@none> | 2008-04-29 14:12:45 -0700 |
---|---|---|
committer | raf <none@none> | 2008-04-29 14:12:45 -0700 |
commit | 8cd45542f2a452ca0dab13d8b2d5cfa876ccbebc (patch) | |
tree | 0571ec3284912727f3d8ba667ed57b4cc6afb8cd /usr/src/lib/libc/inc/libc.h | |
parent | 31e69ea4bce567a03de57e063cb36ef69af61470 (diff) | |
download | illumos-gate-8cd45542f2a452ca0dab13d8b2d5cfa876ccbebc.tar.gz |
6678310 using LD_AUDIT, ld.so.1 calls shared library's .init before library is fully relocated
6689238 libc needs global protection against ld.so.1
Diffstat (limited to 'usr/src/lib/libc/inc/libc.h')
-rw-r--r-- | usr/src/lib/libc/inc/libc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/lib/libc/inc/libc.h b/usr/src/lib/libc/inc/libc.h index 22c399017f..1136e09665 100644 --- a/usr/src/lib/libc/inc/libc.h +++ b/usr/src/lib/libc/inc/libc.h @@ -87,7 +87,6 @@ extern int _thr_keycreate_once(thread_key_t *pkey, void (*destructor)(void *)); extern void *_pthread_getspecific(thread_key_t); extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *, const sigset_t *); -extern void _private_testcancel(void); /* * The private_DIR structure is the same as the DIR structure, @@ -219,12 +218,8 @@ extern int lsign(dl_t); /* * defined in ucontext.s - * __getcontext() is exported by libc - * __getcontext_syscall() is private to libc - * otherwise they are the same function */ extern int __getcontext(ucontext_t *); -extern int __getcontext_syscall(ucontext_t *); /* * defined in door.s |