> 2011-09-11 Bruno Haible
>
> Ensure pid_t gets defined.
> * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
> * tests/test-time.c: Likewise.
> * doc/posix-headers/time.texi: Likewise.
The part regarding was unncessary, since POSIX:2008 want pid_t in
only under "CPT"
On Sun, Sep 11, 2011 at 2:18 PM, Bruno Haible wrote:
> On MSVC 9, the type pid_t is nowhere defined. But POSIX wants it defined in
Out of topic but interesting on this kind of subject. Did you know
that recent mscv support a limited int128 (named __int128) under
64bits (limited because it does no
On MSVC 9, the type pid_t is nowhere defined. But POSIX wants it defined in
This fixes it for those headers for which we have a gnulib module.
I'm not sure we should create a module for ?
2011-09-11 Bruno Haible
Ensure pid_t gets defined.