| Summary: | Test __USE_XOPEN2K8 instead of __USE_GNU for several functions in <string.h> | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Maarten ter Huurne <maarten> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.33.2 | ||
| Target Milestone: | 0.9.34 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://pubs.opengroup.org/onlinepubs/9699919799/functions/strndup.html | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Patch that changes __USE_GNU to __USE_XOPEN2K8 where appropriate in string.h | ||
|
Description
Maarten ter Huurne
2013-03-06 20:06:58 UTC
Created attachment 4790 [details]
Patch that changes __USE_GNU to __USE_XOPEN2K8 where appropriate in string.h
XOPEN2K8 updates went in as 0769334e2e1c8848757dcf6ca265b6c1dcf98e5d |