Opened 9 years ago

Closed 9 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 Changed 9 years ago by Yuri Dario

Owner: set to Yuri Dario
Status: newaccepted

comment:2 Changed 9 years ago by Yuri Dario

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.

comment:3 Changed 9 years ago by Yuri Dario

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.