svn commit: r304288 - in head: lib/libc/sys sys/kern
Bryan Drewery
bdrewery at FreeBSD.org
Wed Aug 17 10:20:06 UTC 2016
Author: bdrewery
Date: Wed Aug 17 10:20:05 2016
New Revision: 304288
URL: https://svnweb.freebsd.org/changeset/base/304288
Log:
Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.
This has no real impact on the resulting libc.so file.
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/sys/Symbol.map
head/sys/kern/capabilities.conf
Modified: head/lib/libc/sys/Symbol.map
==============================================================================
--- head/lib/libc/sys/Symbol.map Wed Aug 17 10:16:42 2016 (r304287)
+++ head/lib/libc/sys/Symbol.map Wed Aug 17 10:20:05 2016 (r304288)
@@ -34,9 +34,7 @@ FBSD_1.0 {
__setugid;
__syscall;
__sysctl;
- _umtx_lock;
_umtx_op;
- _umtx_unlock;
abort2;
accept;
access;
@@ -459,12 +457,8 @@ FBSDprivate_1.0 {
__sys___syscall;
___sysctl;
__sys___sysctl;
- __umtx_lock;
- __sys__umtx_lock;
__umtx_op;
__sys__umtx_op;
- __umtx_unlock;
- __sys__umtx_unlock;
_abort2;
__sys_abort2;
_accept;
Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf Wed Aug 17 10:16:42 2016 (r304287)
+++ head/sys/kern/capabilities.conf Wed Aug 17 10:20:05 2016 (r304288)
@@ -64,9 +64,7 @@ __sysctl
##
## XXRW: Need to check this very carefully.
##
-_umtx_lock
_umtx_op
-_umtx_unlock
##
## Allow process termination using abort2(2).
More information about the svn-src-head
mailing list