Page MenuHomeFreeBSD

D44111.diff
No OneTemporary

D44111.diff

diff --git a/lib/libc/compat-43/Symbol.map b/lib/libc/compat-43/Symbol.map
--- a/lib/libc/compat-43/Symbol.map
+++ b/lib/libc/compat-43/Symbol.map
@@ -1,5 +1,4 @@
FBSD_1.0 {
- creat;
gethostid;
getwd;
killpg;
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -195,7 +195,6 @@
jrand48;
lcong48;
ldexp;
- lockf;
lrand48;
makecontext;
modf;
@@ -292,9 +291,6 @@
vis;
strvis;
strvisx;
- wait;
- wait3;
- waitpid;
wordexp;
wordfree;
};
@@ -384,7 +380,6 @@
svis;
uid_from_user;
unvis;
- waitid;
};
FBSD_1.4 {
@@ -563,8 +558,6 @@
_usleep;
__wait;
_wait;
- __waitpid;
- _waitpid;
__libc_interposing_slot;
diff --git a/lib/libc/net/Symbol.map b/lib/libc/net/Symbol.map
--- a/lib/libc/net/Symbol.map
+++ b/lib/libc/net/Symbol.map
@@ -103,7 +103,6 @@
iruserok;
iruserok_sa;
rcmdsh;
- recv;
inet6_rthdr_space;
inet6_rthdr_init;
inet6_rthdr_add;
@@ -117,7 +116,6 @@
inet6_rth_reverse;
inet6_rth_segments;
inet6_rth_getaddr;
- send;
sockatmark;
in6addr_any;
in6addr_loopback;
diff --git a/lib/libsys/Symbol.sys.map b/lib/libsys/Symbol.sys.map
--- a/lib/libsys/Symbol.sys.map
+++ b/lib/libsys/Symbol.sys.map
@@ -59,6 +59,7 @@
clock_settime;
close;
connect;
+ creat;
dup;
dup2;
eaccess;
@@ -154,6 +155,7 @@
link;
lio_listio;
listen;
+ lockf;
lutimes;
mac_syscall;
madvise;
@@ -197,6 +199,7 @@
readlink;
readv;
reboot;
+ recv;
recvfrom;
recvmsg;
rename;
@@ -217,6 +220,7 @@
semget;
semop;
semsys;
+ send;
sendfile;
sendmsg;
sendto;
@@ -287,7 +291,10 @@
uuidgen;
vadvise;
vfork;
+ wait3;
wait4;
+ wait;
+ waitpid;
write;
writev;
@@ -366,6 +373,7 @@
posix_fadvise;
procctl;
wait6;
+ waitid;
};
FBSD_1.4 {
@@ -437,6 +445,8 @@
__libsys_interposing_slot;
__set_error_selector;
__sigwait;
+ __waitpid;
+ _waitpid;
gssd_syscall;
nlm_syscall;
rpctls_syscall;

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 25, 11:41 PM (13 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
12697199
Default Alt Text
D44111.diff (1 KB)

Event Timeline