diff options
author | kib <kib@FreeBSD.org> | 2016-03-12 17:33:40 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-03-12 17:33:40 +0000 |
commit | 32bf5aa11d449f2e148cec5c2272be9962232192 (patch) | |
tree | 9cc9233dc3bbf22f0133910944ebc9ee5c1f9c87 /lib/libthr/pthread.map | |
parent | 5dfb941cf33c8900cbad0f36df3eda5b938c602b (diff) | |
download | FreeBSD-src-32bf5aa11d449f2e148cec5c2272be9962232192.zip FreeBSD-src-32bf5aa11d449f2e148cec5c2272be9962232192.tar.gz |
MFC r295407:
Make libc __pthread_map_stacks_exec() interposed.
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r-- | lib/libthr/pthread.map | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map index 0903989..9fb72eb 100644 --- a/lib/libthr/pthread.map +++ b/lib/libthr/pthread.map @@ -295,8 +295,6 @@ FBSDprivate_1.0 { _thread_size_key; _thread_state_running; _thread_state_zoombie; - - __pthread_map_stacks_exec; }; FBSD_1.1 { |