| Anonymous | Login | Signup for a new account | 11-10-2008 12:34 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004314 | [uClibc] Architecture Specific | major | always | 07-24-08 03:41 | 10-01-08 05:37 | ||||
| Reporter | mpfj | View Status | public | ||||||
| Assigned To | egtvedt | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004314: glob() fails to reset errno for !UCLIBC_HAS_GNU_GLOB | ||||||||
| Description |
My setup is as follows:- Atmel AVR32 NGW100 dev kit buildroot (using uclibc 0.9.29) The problem:- The glob() function appears to get confused by any existing errno value, rather than resetting it back to 0 and generating its own error value. The attached code demonstrates the problem. If the line "errno = 0;" is removed, then glob() appears to fail. In fact, if errno is set to anything other than 0, then glob() returns with error 2. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |