Lev Kujawski
|
668b9c19a3
|
dtdocbook/instant: the musl C library does not define MAXNAMLEN
Use the POSIX alternative NAME_MAX instead.
|
2021-01-30 17:21:16 -07:00 |
|
Lev Kujawski
|
21491c0e52
|
imake: fix warnings on PowerPC builds
Also correct a compile failure occurring within DtMmdb's
atoi_pearson.C by defining PowerPC as a big endian platform.
|
2021-01-30 17:20:59 -07:00 |
|
Lev Kujawski
|
e54ee036ac
|
Fix incompatibilites between the Desktop Korn Shell and the musl C library:
- Only check for POSIX's termios.h when deciding to use the POSIX terminal interfaces.
- Check for C99's va_copy in addition to __va_copy.
|
2021-01-23 16:39:44 -07:00 |
|
Lev Kujawski
|
225522cc6b
|
Define time_t within AccessI.h by including <time.h>.
|
2021-01-15 18:33:26 -07:00 |
|
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 |
|