cvs commit: src/lib/libc/gen sem.c

David Xu davidxu at FreeBSD.org
Fri Jan 16 18:45:38 PST 2004


davidxu     2004/01/16 18:45:37 PST

  FreeBSD src repository

  Modified files:
    lib/libc/gen         sem.c 
  Log:
  Enable cancellation point in sem_wait, it is required by POSIX.
  For pshared semaphore, this commit still does not enable cancellation
  point, I think there should be a pthread_enter_cancellation_point_np
  for libc to implement a safe cancellation point.
  
  Revision  Changes    Path
  1.6       +18 -2     src/lib/libc/gen/sem.c


More information about the cvs-src mailing list