summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc')
-rw-r--r--usr/src/lib/libc/port/threads/thr.c10
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();