which
1. Does not have EILSEQ.
2. Does not have memmove()
3. Does not have raise()
Regards
V. Borchert
In message you write:
|> You could have at least provided build logs, showing where the failures
|> occurred.
Should be pretty obvious - egrep should show. Anyway, see below. Between
first and second attempt, I did
+ #ifdef EILSEQ
errno = EILSEQ;
+ #else
+ errno = EINVAL;
+
ot what you want.
../../lib/tmpdir.c: In function `direxists':
../../lib/tmpdir.c:68: storage size of `buf' isn't known
Regards
Volker Borchert