зеркало из https://github.com/mozilla/pjs.git
Additional fix for bug # 81584 - strtok use and STRTOK on Linux.
This commit is contained in:
Родитель
768176de29
Коммит
34134923f2
|
@ -328,7 +328,7 @@ typedef char GETHOSTBYNAME_buf_t [BUFSIZ /* XXX might be too small */];
|
|||
#else
|
||||
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )
|
||||
#endif
|
||||
#if defined(hpux9) || defined(LINUX1_2) || defined(SUNOS4) || defined(SNI) || \
|
||||
#if defined(hpux9) || defined(SUNOS4) || defined(SNI) || \
|
||||
defined(SCOOS) || defined(BSDI) || defined(NCR) || defined(VMS) || \
|
||||
defined(NEC) || (defined(LINUX) && __GNU_LIBRARY__ != 6) || \
|
||||
(defined(AIX) && !defined(USE_REENTRANT_LIBC))
|
||||
|
|
Загрузка…
Ссылка в новой задаче