David Given
af22b7ea85
Change stdio to use atexit() rather than the internal __clean variable; this
...
breaks the dependency between exit/atexit and stdio. Buffers are no longer
flushed on abort() (because it's pretty risky). Move the relevant functions
into sys/core.
2018-06-23 18:35:45 +02:00
David Given
93f39e4bbf
Run libcc.ansi through clang-format.
2018-06-21 22:33:47 +02:00
David Given
13e195d19f
Warning fixes.
2018-06-17 15:42:26 +02:00
dtrg
075cb488a3
Call the correct kill() and getpid() syscalls rather than _kill() and _getpid().
2010-10-02 21:51:40 +00:00
ceriel
1db6a3029b
Header --> Id
1994-06-24 14:02:31 +00:00
eck
04480b1db9
added protection against #define of _POSIX_SOURCE
1990-11-22 13:59:54 +00:00
eck
0ab62357ce
changed system-calls to avoid namespace pollution
1990-01-22 13:00:13 +00:00
eck
ee50a1d717
Initial revision
1989-05-11 12:32:26 +00:00