diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-11 23:07:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-02-11 23:07:29 +0000 |
commit | 093c867c6043e3af2f4b845860e1e59452286937 (patch) | |
tree | 3225d278651946319a6b9686cf843a1f1645c4ef /lib/libc/Symbols.list | |
parent | 6b3c6d9f392a03c2ed83b3487ed43f174e081efb (diff) |
__syscall() is no longer neccessary since the system calls which needed
it are now unpadded
ok kettenis guenther
Diffstat (limited to 'lib/libc/Symbols.list')
-rw-r--r-- | lib/libc/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list index c5b8794362e..0e6bcda055c 100644 --- a/lib/libc/Symbols.list +++ b/lib/libc/Symbols.list @@ -25,7 +25,6 @@ __get_tcb __semctl __set_tcb __stack_smash_handler -__syscall __tfork_thread __threxit __thrsigdivert @@ -38,7 +37,6 @@ _thread_sys___getcwd _thread_sys___realpath _thread_sys___semctl _thread_sys___set_tcb -_thread_sys___syscall _thread_sys___threxit _thread_sys___thrsigdivert _thread_sys___thrsleep |