magic/lef
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 Implemented a new configuration variable "dist_prefix" for 2020-01-28 10:40:01 -05:00
defRead.c ASSERT fixes (typo in variable and bad integer casting) 2025-04-09 15:26:06 -04:00
defWrite.c include <unistd.h> where necessary in files using API calls 2025-07-27 12:42:05 -04:00
lef.h lef/*.h: constify string function arguments 2025-02-22 21:48:17 -05:00
lefCmd.c lef: use 'const' with 'rcsid' 2025-02-22 21:48:17 -05:00
lefInt.h Added handling of coordinates in a FOREIGN statement in a LEF 2025-03-29 15:46:23 -04:00
lefRead.c Corrected an error caused by extending the parsing of the FOREIGN 2025-05-16 19:36:16 -04:00
lefTech.c lef: constify strings in data structures of lef module 2025-02-22 21:48:17 -05:00
lefWrite.c Ti[GS]etClient() usage enforcement 2025-04-09 14:55:58 -04:00
tcllef.c K&R lef/*.c: bulk forward reference function prototype conversion 2025-02-22 21:48:17 -05:00