mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
libsys: don't try to expose freebsd7___semctl
This has always been in libc and never exported directly. I accidently
included it along side some freebsd11_* symbols based on a tree where I
moved semctl(2).
Fixes: df1a09ba52 libsys: expose a few more symbols for libc's use
This commit is contained in:
parent
21b5829d28
commit
397d8f3c36
1 changed files with 0 additions and 1 deletions
|
|
@ -10,5 +10,4 @@ FBSDprivate_1.0 {
|
|||
freebsd11_lstat;
|
||||
freebsd11_stat;
|
||||
freebsd11_statfs;
|
||||
freebsd7___semctl;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue