ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Linux/sheepthreads.c
(Generate patch)

Comparing SheepShaver/src/Unix/Linux/sheepthreads.c (file contents):
Revision 1.7 by gbeauche, 2005-06-25T11:00:30Z vs.
Revision 1.8 by gbeauche, 2005-06-25T11:36:35Z

# Line 358 | Line 358 | int sem_destroy(sem_t *sem)
358  
359   int sem_wait(sem_t *sem)
360   {
361        int cnt = 0;
362        struct timespec tm;
363
361          if (sem == NULL) {
362                  errno = EINVAL;
363                  return -1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines