Lev Kujawski
|
325132735b
|
Use the C99 standard va_copy if possible for compatibility with the musl C library.
|
2021-01-10 18:08:00 -07:00 |
|
Lev Kujawski
|
13c173d22c
|
On Linux, use SVR4's (now POSIX) mktime() instead of BSD's non-standard timelocal().
|
2021-01-10 18:08:00 -07:00 |
|
Lev Kujawski
|
0e282a0ad7
|
On Linux, use the SVR4 (now POSIX) signal and locking interfaces instead of the non-standard BSD equivalents.
|
2021-01-10 18:08:00 -07:00 |
|
Lev Kujawski
|
5c801a07a0
|
Hide FILE internals from the musl C library that conflict with the Desktop Korn Shell's SFIO.
|
2021-01-10 18:08:00 -07:00 |
|
Lev Kujawski
|
d14d956c00
|
Rename functions within ToolTalk that conflict with the musl C library headers.
|
2021-01-10 18:08:00 -07:00 |
|
Lev Kujawski
|
5d5523fd6a
|
Define _DtPLATFORM_MAX_LEN for C libraries (including musl) that do not provide the SVID SYS_NMLN definition. Use sizeof() to replace another #ifdef.
|
2021-01-10 18:08:00 -07:00 |
|