mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Cleanup dummy syscall list on arm64
These syscalls do not exist on arm64 Linux. MFC after: 1 week (cherry picked from commit d0266fbab9b8eafc1aedffbedf66dedb4774794c)
This commit is contained in:
parent
b8acbf4176
commit
058e9c13e3
1 changed files with 0 additions and 5 deletions
|
|
@ -42,11 +42,6 @@ LIN_SDT_PROVIDER_DECLARE(LINUX_DTRACE);
|
|||
* Before adding new stubs to this file, please check if a stub can be added to
|
||||
* the machine-independent code in sys/compat/linux/linux_dummy.c.
|
||||
*/
|
||||
|
||||
UNIMPLEMENTED(get_thread_area);
|
||||
UNIMPLEMENTED(set_thread_area);
|
||||
UNIMPLEMENTED(uselib);
|
||||
|
||||
DUMMY(mq_open);
|
||||
DUMMY(mq_unlink);
|
||||
DUMMY(mq_timedsend);
|
||||
|
|
|
|||
Loading…
Reference in a new issue