A patch for time/time.h

Ulrich Drepper drepper@cygnus.com
Sat Oct 24 23:29:00 GMT 1998


hjl@lucon.org (H.J. Lu) writes:

> I added __USE_POSIX4 for POSIX.4.
> 
> -- 
> H.J. Lu (hjl@gnu.org)
> ---
> Sat Oct 24 17:56:44 1998  H.J. Lu  <hjl@gnu.org>
> 
> 	* time/time.h (timespec): Protect with __USE_POSIX4 instead of
> 	__USE_POSIX.
> 	(nanosleep): Protect with __USE_POSIX4 instead of
> 	__USE_POSIX199309.

There is no need for __USE_POSIX4.  The __USE_POSIX199309 macro is
sufficent.  And therefore the change of the guard for nanosleep is
also unnecessary.  I've changed my copy here this way now.

Thanks,

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------



More information about the Libc-hacker mailing list