mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Bring MODE=tiny binary sizes down to 20kb minimum
aarch64 binaries start at 4kb.
This commit is contained in:
parent
5f57fc1f59
commit
f312f706f4
8 changed files with 27 additions and 10 deletions
|
@ -100,7 +100,7 @@ static const struct Syscall {
|
|||
{&__NR_sigprocmask, "rt_sigprocmask", 4, 4, INT, {INT, SIGSET, SIGSET, LONG}},
|
||||
{&__NR_sigpending, "rt_sigpending", 2, 2, INT, {SIGSET, LONG}},
|
||||
{&__NR_sigsuspend, "rt_sigsuspend", 2, 2, INT, {SIGSET, LONG}},
|
||||
{&__NR_rt_sigqueueinfo, "rt_sigqueueinfo", 6, 6},
|
||||
{&__NR_sigqueueinfo, "rt_sigqueueinfo", 6, 6},
|
||||
{&__NR_ioctl, "ioctl", 3, 3, INT, {INT, ULONG, ULONG}},
|
||||
{&__NR_pread, "pread64", 4, 1, LONG, {INT, BUF, ULONG, ULONG}},
|
||||
{&__NR_pwrite, "pwrite64", 4, 4, LONG, {INT, BUF, ULONG, ULONG}},
|
||||
|
@ -361,7 +361,7 @@ static const struct Syscall {
|
|||
{&__NR_epoll_create1, "epoll_create1", 6, 6},
|
||||
{&__NR_perf_event_open, "perf_event_open", 6, 6},
|
||||
{&__NR_inotify_init1, "inotify_init1", 6, 6},
|
||||
{&__NR_rt_tgsigqueueinfo, "rt_tgsigqueueinfo", 6, 6},
|
||||
{&__NR_tgsigqueueinfo, "rt_tgsigqueueinfo", 6, 6},
|
||||
{&__NR_signalfd, "signalfd", 6, 6},
|
||||
{&__NR_signalfd4, "signalfd4", 6, 6},
|
||||
{&__NR_eventfd, "eventfd", 6, 6},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue