diff options
author | John Levon <john.levon@joyent.com> | 2018-10-15 14:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-10-15 14:57:13 +0000 |
commit | f5733417953d12d5f4b44353b59c3b14f13696c2 (patch) | |
tree | 3e8c4bc1ee61164386f7dfc70c4b8b760731d843 /usr/src/lib/libc/port/mapfile-vers | |
parent | 8bd1e5ed2443eb501ddfba4147e769b6d0074ef3 (diff) | |
parent | f35f236324c07bf560ad6481307ea93b1261d636 (diff) | |
download | illumos-joyent-gcc-update.tar.gz |
Merge remote-tracking branch 'ctf/OS-7275' into gcc-updategcc-update
Diffstat (limited to 'usr/src/lib/libc/port/mapfile-vers')
-rw-r--r-- | usr/src/lib/libc/port/mapfile-vers | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/lib/libc/port/mapfile-vers b/usr/src/lib/libc/port/mapfile-vers index 9992247d90..f51996c646 100644 --- a/usr/src/lib/libc/port/mapfile-vers +++ b/usr/src/lib/libc/port/mapfile-vers @@ -23,7 +23,7 @@ # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2018 Nexenta Systems, Inc. # Copyright (c) 2012 by Delphix. All rights reserved. -# Copyright 2016 Joyent, Inc. +# Copyright 2018 Joyent, Inc. # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright (c) 2013 Gary Mills # Copyright 2014 Garrett D'Amore <garrett@damore.org> @@ -3097,7 +3097,11 @@ $endif pset_bind_lwp; _psignal; pthread_attr_getdaemonstate_np; + pthread_attr_getname_np; pthread_attr_setdaemonstate_np; + pthread_attr_setname_np; + pthread_getname_np; + pthread_setname_np; _pthread_setcleanupinit; __putwchar_xpg5; __putwc_xpg5; @@ -3176,6 +3180,7 @@ $endif _thr_continue_allmutators; thr_continue_mutator; _thr_continue_mutator; + thr_getname; thr_getstate; _thr_getstate; thr_mutators_barrier; @@ -3184,6 +3189,7 @@ $endif _thr_schedctl; thr_setmutator; _thr_setmutator; + thr_setname; thr_setstate; _thr_setstate; thr_sighndlrinfo; |