mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 09:30:56 +00:00
`timer.c` uses `F_SETSIG` which is a GNU extension. As such, it needs `_GNU_SOURCE` to be defined, but this was only done for x86_64, not the other Linux platforms that we have build system support for. Closes interlisp/medley#97.
FILES USED IN THIS DIRECTORY config.guess config.sub taken from GNU project's "config" directory, on prep.ai.mit.edu/pub/gnu/config. Update 'em as needed.