Fix PHREAD typo.

This commit is contained in:
Kurt Zeilenga 1999-01-27 22:42:30 +00:00
parent c32dcd6365
commit 4ea54855c2

View File

@ -203,7 +203,7 @@ main( int argc, char **argv )
exit( 1 );
}
#ifdef HAVE_PHREADS_FINAL
#ifdef HAVE_PTHREADS_FINAL
pthread_join( listener_tid, (void *) NULL );
#else
pthread_join( listener_tid, (void *) &status );