Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2021-10-15 00:00:00Z and 2021-10-16 00:00:00Z
Avatar
  • Remove unnecessary usage of volatile for ReentryGuard and improve some code style in the vicinity.
  • Use sig_atomic_t for signal handler flag to be compliant with standard.
  • Use _Exit instead of exit in the signal handler, as the latter function is async-signal-unsafe and could be interrupted by the same signal handler.
Avatar
Fixes compilation on systems with case insensitive file names where the standard library contains a #include that instead tries to include our version file as source code.
Exported 3 message(s)