Opened 11 years ago
Closed 11 years ago
#63 closed defect (fixed)
pthread
| Reported by: | Silvan Scherrer | Owned by: | Yuri Dario |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | *none | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
pthread_yield funtion is wrong declared.
according to linux man it needs to be:
int pthread_yield(void);
and we have:
void pthread_yield(void);
Change History (3)
comment:1 by , 11 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Change pthread_yield() return value to int, fixes ticket#63.
Sending trunk/src/my_os2thread.c
Sending trunk/src/pthread.h
Transmitting file data ..
Committed revision r1118.