This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Misc patches for glibc


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

> Thu Oct 29 08:19:03 1998  H.J. Lu  <hjl@gnu.org>
> 
> 	* sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
> 	union only if __USE_POSIX199309 is defined.
> 
> Thu Oct 29 08:05:35 1998  H.J. Lu  <hjl@gnu.org>
> 
> 	* misc/sys/select.h (pselect): Declared only if __USE_MISC is
> 	defined.

I have applied these two.  Though I've changed __USE_MISC to
__USE_GNU.  __USE_MISC is for stuff coming from SysV and BSD which is
not the case here.

> 	* signal/signal.h: Include <time.h> for timespec.

I don't think we should do this.  The Unix98 standard does not mention
timespec in signal.h.  Nor does POSIX.  The forward declaration works
just fine.

Thanks,

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]