diff options
author | Dan McDonald <danmcd@mnx.io> | 2022-08-30 14:12:15 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@mnx.io> | 2022-08-30 14:12:15 -0400 |
commit | a0ca4b971f70f58bb46e2997617095d0a282f01c (patch) | |
tree | 7ba2c8de99e4ce26e641d432aa97dc6bc09cf37e /usr/src/lib/libc | |
parent | 6fdd4ee4f94e1d85096a40cc353a2c1a79dae14a (diff) | |
parent | 2570281cf351044b6936651ce26dbe1f801dcbd8 (diff) | |
download | illumos-joyent-a0ca4b971f70f58bb46e2997617095d0a282f01c.tar.gz |
[illumos-gate merge]
commit 2570281cf351044b6936651ce26dbe1f801dcbd8
14079 remove TNF
commit 2ec63ffb3ec249bd7cb4523118c8437e6c6be335
14930 getallifaddrs() fails in shared IP zone after 3729
Conflicts:
manifest
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 e40d39e77e..d8bf7799f4 100644 --- a/usr/src/lib/libc/port/threads/thr.c +++ b/usr/src/lib/libc/port/threads/thr.c @@ -1217,11 +1217,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)); @@ -1538,11 +1533,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(); |