[Midnightbsd-cvs] src [10636] trunk/lib/libthr/pthread.map: update map
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 12:44:43 EDT 2018
Revision: 10636
http://svnweb.midnightbsd.org/src/?rev=10636
Author: laffer1
Date: 2018-06-09 12:44:43 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
update map
Modified Paths:
--------------
trunk/lib/libthr/pthread.map
Property Changed:
----------------
trunk/lib/libthr/pthread.map
Modified: trunk/lib/libthr/pthread.map
===================================================================
--- trunk/lib/libthr/pthread.map 2018-06-09 16:44:00 UTC (rev 10635)
+++ trunk/lib/libthr/pthread.map 2018-06-09 16:44:43 UTC (rev 10636)
@@ -1,5 +1,5 @@
-/*
- * $MidnightBSD$
+/* $MidnightBSD$
+ * $FreeBSD: stable/10/lib/libthr/pthread.map 296732 2016-03-12 17:33:40Z kib $
*/
/*
@@ -6,22 +6,6 @@
* Use the same naming scheme as libc.
*/
FBSD_1.0 {
- __error;
- accept;
- aio_suspend;
- close;
- connect;
- creat;
- execve;
- fcntl;
- fork;
- fsync;
- msync;
- nanosleep;
- open;
- pause;
- poll;
- pselect;
pthread_atfork;
pthread_barrier_destroy;
pthread_barrier_init;
@@ -139,30 +123,6 @@
pthread_testcancel;
pthread_timedjoin_np;
pthread_yield;
- raise;
- read;
- readv;
- recvfrom;
- recvmsg;
- select;
- sendmsg;
- sendto;
- sigaction;
- sigprocmask;
- sigsuspend;
- sigwait;
- sigwaitinfo;
- sigtimedwait;
- sleep;
- system;
- tcdrain;
- usleep;
- wait;
- wait3;
- wait4;
- waitpid;
- write;
- writev;
};
/*
@@ -170,27 +130,6 @@
* These are not part of our application ABI.
*/
FBSDprivate_1.0 {
- ___creat;
- ___pause;
- ___pselect;
- ___sigwait;
- ___sleep;
- ___system;
- ___tcdrain;
- ___usleep;
- ___wait;
- ___waitpid;
- __accept;
- __aio_suspend;
- __close;
- __connect;
- __fcntl;
- __fsync;
- __msync;
- __nanosleep;
- __open;
- __openat;
- __poll;
__pthread_cond_timedwait;
__pthread_cond_wait;
__pthread_cxa_finalize;
@@ -198,21 +137,6 @@
__pthread_mutex_lock;
__pthread_mutex_timedlock;
__pthread_mutex_trylock;
- __read;
- __readv;
- __recvfrom;
- __recvmsg;
- __select;
- __sendmsg;
- __sendto;
- __sigsuspend;
- __sigtimedwait;
- __sigwaitinfo;
- __wait3;
- __wait4;
- __write;
- __writev;
- _fork;
_pthread_atfork;
_pthread_barrier_destroy;
_pthread_barrier_init;
@@ -344,18 +268,6 @@
_pthread_testcancel;
_pthread_timedjoin_np;
_pthread_yield;
- _raise;
- _setcontext;
- _sigaction;
- _sigprocmask;
- _sigsuspend;
- _sigtimedwait;
- _sigwait;
- _sigwaitinfo;
- _spinlock;
- _spinlock_debug;
- _spinunlock;
- _swapcontext;
/* Debugger needs these. */
_libthr_debug;
@@ -383,8 +295,6 @@
_thread_size_key;
_thread_state_running;
_thread_state_zoombie;
-
- __pthread_map_stacks_exec;
};
FBSD_1.1 {
@@ -403,8 +313,5 @@
};
FBSD_1.2 {
- openat;
pthread_getthreadid_np;
- setcontext;
- swapcontext;
};
Property changes on: trunk/lib/libthr/pthread.map
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list