magic/textio
Darryl L. Miles df0623a435 include <unistd.h> where necessary in files using API calls
When global <sys/mman.h> was removed from tile.h it also removed
<unistd.h> nearby.  This exposes the lack of <unistd.h> being
included where needed using APIs like close()/read()/unlink()/isatty()
the WASM build seems to show this as the header file set is structured
differently.
2025-07-27 12:42:05 -04:00
..
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
textio.h txCommands.c txInputDevRec FD select() usage overhaul 2025-04-09 15:19:25 -04:00
textioInt.h textio: create callback typedef cb_textio_input_t 2025-02-23 10:24:40 -05:00
txCommands.c textio/txCommands.c: add missing ifdef SCHEME_INTERPRETER 2025-07-26 17:48:31 -04:00
txInput.c textio: constify various internal 2025-02-23 10:24:40 -05:00
txMain.c include <unistd.h> where necessary in files using API calls 2025-07-27 12:42:05 -04:00
txMore.c textio: contify various APIs 2025-02-23 10:24:40 -05:00
txOutput.c txOutput.c: FILR -> FILE (typo fix) 2025-02-23 10:24:40 -05:00
txcommands.h TxParseString() refactor to 1-arg public form 2025-02-23 10:24:40 -05:00