]> Dogcows Code - chaz/tar/commit
(EILSEQ): Include <time.h> and <wchar.h> if <errno.h> does not define
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Sep 2001 18:17:36 +0000 (18:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Sep 2001 18:17:36 +0000 (18:17 +0000)
commit1ad624bbbc38cb07899152df9eafb7f5adde71b5
treed9f6c2a7243e3fdfbea6bfa01c3bda635eb022b9
parent02a275c6ac80029c692614e6f9d6896777089b96
(EILSEQ): Include <time.h> and <wchar.h> if <errno.h> does not define
EILSEQ, because BSD/OS 4.1 defines EILSEQ in <wchar.h>, which requires
<time.h>.  Define a replacement EILSEQ to be ENOENT, not EINVAL, since
callers may want to distinguish EINVAL and EILSEQ.
lib/unicodeio.c
This page took 0.023917 seconds and 4 git commands to generate.