Barry deFreese, le Thu 28 May 2009 11:18:03 -0400, a écrit :
> _GNU_SOURCE is defined but I don't think that brings in __USE_MISC,
> right?
It should, see features.h: _GNU_SOURCE makes _SVID_SOURCE defined to 1,
which makes __USE_MISC defined to 1.
Samuel
--
To UNSUBSCRIBE, email to debian-hur
Samuel Thibault wrote:
Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit :
This block of code in Src/cond.c seems to be the initial issue with
zsh-beta:
Yes it is.
#if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC)
if (!(st = gets
Barry deFreese, le Wed 27 May 2009 23:09:29 -0400, a écrit :
> This block of code in Src/cond.c seems to be the initial issue with
> zsh-beta:
Yes it is.
> #if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC)
> if (!(st = getstat(left)))
>
Hi folks,
This block of code in Src/cond.c seems to be the initial issue with
zsh-beta:
1.
#if defined(GET_ST_MTIME_NSEC) && defined(GET_ST_ATIME_NSEC)
2.
if (!(st = getstat(left)))
3.
return 1;
4.
return (st->st_
4 matches
Mail list logo