summaryrefslogtreecommitdiffstats
path: root/lib/libthr/pthread.map
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2009-10-11 20:19:45 +0000
committerjilles <jilles@FreeBSD.org>2009-10-11 20:19:45 +0000
commit874a086f97722040e7f0823d373523c366576960 (patch)
treedc8fbc20c11448869545373007df675e0e5c9bae /lib/libthr/pthread.map
parent3ec32537668ad3e5bf682fd223b5298fa8c172ad (diff)
downloadFreeBSD-src-874a086f97722040e7f0823d373523c366576960.zip
FreeBSD-src-874a086f97722040e7f0823d373523c366576960.tar.gz
Make openat(2) a cancellation point.
This is required by POSIX and matches open(2). Reviewed by: kib, jhb MFC after: 1 month
Diffstat (limited to 'lib/libthr/pthread.map')
-rw-r--r--lib/libthr/pthread.map5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libthr/pthread.map b/lib/libthr/pthread.map
index 79bbd4c..62f3ff5 100644
--- a/lib/libthr/pthread.map
+++ b/lib/libthr/pthread.map
@@ -195,6 +195,7 @@ FBSDprivate_1.0 {
__msync;
__nanosleep;
__open;
+ __openat;
__poll;
__pthread_cond_timedwait;
__pthread_cond_wait;
@@ -406,3 +407,7 @@ FBSD_1.1 {
pthread_mutex_setspinloops_np;
pthread_mutex_setyieldloops_np;
};
+
+FBSD_1.2 {
+ openat;
+};
OpenPOWER on IntegriCloud