Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lib/libc_r/uthread uthread_join.c



jb          1998/06/24 17:04:21 PDT

  Modified files:
    lib/libc_r/uthread   uthread_join.c 
  Log:
  Add the missing {} that caused the function to return ESRCH if it
  had to wait for the thread to exit and if the caller didn't want the
  thread exit status.
  
  Revision  Changes    Path
  1.6       +2 -1      src/lib/libc_r/uthread/uthread_join.c