Skip to content

Commit

Permalink
Remove _sys__msync13()
Browse files Browse the repository at this point in the history
More complete non-emulation of msync is now in syscalls_mman.c.
  • Loading branch information
anttikantee committed Jun 22, 2015
1 parent c41f715 commit 4666c1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/librumprun_base/libc_stubs.c
Expand Up @@ -68,7 +68,6 @@ STUB_ERRNO(_sys___mq_timedsend50);
STUB_ERRNO(_sys___mq_timedreceive50);
STUB_ERRNO(_sys_msgrcv);
STUB_ERRNO(_sys_msgsnd);
STUB_ERRNO(_sys___msync13);
STUB_ERRNO(_sys___wait450);
STUB_ERRNO(_sys___sigsuspend14);

Expand Down

0 comments on commit 4666c1d

Please sign in to comment.