Skip to content

Commit

Permalink
Export _mmap and __sys_mmap from libc.so
Browse files Browse the repository at this point in the history
Unlike the other syscalls these two symbols were missing from the
version script. I noticed this while looking into purecap compiler-rt
runtime libraries.
  • Loading branch information
arichardson committed Sep 9, 2021
1 parent 699a0c9 commit 8d8863e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/libc/sys/Symbol.map
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ FBSDprivate_1.0 {
__sys_mlock;
_mlockall;
__sys_mlockall;
_mmap;
__sys_mmap;
_modfind;
__sys_modfind;
_modfnext;
Expand Down

0 comments on commit 8d8863e

Please sign in to comment.