This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/3127] Header "unistd.h." does not contain needed type definition


------- Additional Comments From jakub at redhat dot com  2006-08-25 08:53 -------
Please read
info libc 'Feature Test Macros'
Not all standards say pid_t should be defined in unistd.h.
If you are compiling a XPG6 conformant program, you need to use
-D_XOPEN_SOURCE=600 to select that standard.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=3127

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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