| Summary: | POSIX.1-2001: code not compiling when -D_XOPEN_SOURCE=600 only defined | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Andrew Josey <a.josey> |
| Component: | libc | Assignee: | GOTO Masanori <gotom> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | glibc-bugs |
| Priority: | P2 | Flags: | fweimer:
security-
|
| Version: | 2.3.3 | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 724 | ||
| Attachments: | Test program | ||
|
Description
Andrew Josey
2004-07-23 16:28:39 UTC
Created attachment 141 [details]
Test program
Hi, Andrew, I checked your program and it can be compiled with the latest cvs. Subject: Bug 284 CVSROOT: /cvs/glibc Module name: libc Changes by: roland@sources.redhat.com 2005-02-17 01:11:00 Modified files: include : features.h Log message: 2004-07-23 Jakub Jelinek <jakub@redhat.com> [BZ #284] * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/features.h.diff?cvsroot=glibc&r1=1.37&r2=1.38 Subject: Bug 284 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-18 00:08:58 Modified files: include : features.h Log message: 2004-07-23 Jakub Jelinek <jakub@redhat.com> [BZ #284] * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/features.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.36&r2=1.36.2.1 |