| Summary: | multi-thread errno is equal to 0(success) | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | DavidShu <fengge0832> |
| Component: | Networking | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | blocker | CC: | fengge0832, uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.9.33 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
uclibc config file
test case mips-linux-gcc -v information |
||
|
Description
DavidShu
2015-07-24 05:20:46 UTC
uclibc config file Created attachment 6111 [details]
uclibc config file
Created attachment 6116 [details]
test case
compile command:
mips-linux-gcc -o test_errno test_errno.c -pthread
or
mips-linux-gcc -o test_errno test_errno.c -lpthread
or
mips-linux-gcc -D_REENTRANT -o test_errno test_errno.c -pthread
The result is the same.
Created attachment 6121 [details]
mips-linux-gcc -v information
|