diff options
author | Toomas Soome <tsoome@me.com> | 2021-09-12 13:43:58 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-08-30 19:09:40 +0300 |
commit | 2570281cf351044b6936651ce26dbe1f801dcbd8 (patch) | |
tree | 54957dc5692258b6308df50c8d0f73a334421091 /usr/src/lib/libc | |
parent | 2ec63ffb3ec249bd7cb4523118c8437e6c6be335 (diff) | |
download | illumos-gate-2570281cf351044b6936651ce26dbe1f801dcbd8.tar.gz |
14079 remove TNF
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r-- | usr/src/lib/libc/port/threads/thr.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/src/lib/libc/port/threads/thr.c b/usr/src/lib/libc/port/threads/thr.c index 9308d8277f..0ee28c0c59 100644 --- a/usr/src/lib/libc/port/threads/thr.c +++ b/usr/src/lib/libc/port/threads/thr.c @@ -1215,11 +1215,6 @@ set_thread_vars() } } -/* PROBE_SUPPORT begin */ -#pragma weak __tnf_probe_notify -extern void __tnf_probe_notify(void); -/* PROBE_SUPPORT end */ - /* same as atexit() but private to the library */ extern int _atexit(void (*)(void)); @@ -1529,11 +1524,6 @@ libc_init(void) libc__xpg4 = __xpg4; libc__xpg6 = __xpg6; - /* PROBE_SUPPORT begin */ - if (self->ul_primarymap && __tnf_probe_notify != NULL) - __tnf_probe_notify(); - /* PROBE_SUPPORT end */ - init_sigev_thread(); init_aio(); |