ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.73k stars 267 forks source link

[WRAPPER] Fixed a typo in the signature of my___libc_start_main #1323

Closed xctan closed 6 months ago

xctan commented 6 months ago

The asterisk is placed outside the neighbor parentheses.

References:

  1. https://elixir.bootlin.com/glibc/glibc-2.39/source/csu/libc-start.c#L209
  2. https://cdecl.org/?q=int+*%28main%29+%28int%2C+char+**%2C+char+**%29
  3. https://cdecl.org/?q=int+%28*main%29+%28int%2C+char+**%2C+char+**%29