diff options
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; |