=================================================================== RCS file: /afs/sipb/project/pthreads/src/CVS/pthreads/pthreads/sleep.c,v retrieving revision 1.50.2.2 diff -c -r1.50.2.2 sleep.c *** 1.50.2.2 1994/08/20 23:59:40 --- sleep.c 1994/10/19 03:42:26 *************** *** 141,147 **** /* any threads? */ if (pthread_sleep_current = pthread_sleep) { if (sleep_compare_time(&(pthread_sleep_current->wakeup_time), ! new_time) <= 0) { /* Don't need to restart timer */ while (pthread_sleep_current->sll) { --- 141,147 ---- /* any threads? */ if (pthread_sleep_current = pthread_sleep) { if (sleep_compare_time(&(pthread_sleep_current->wakeup_time), ! new_time) > 0) { /* Don't need to restart timer */ while (pthread_sleep_current->sll) {