cvs commit: src/sys/sys umtx.h src/sys/kern kern_umtx.c

David Xu davidxu at FreeBSD.org
Sun Jul 3 01:05:00 GMT 2005


davidxu     2005-01-18 13:53:10 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              umtx.h 
    sys/kern             kern_umtx.c 
  Log:
  Revert my previous errno hack, that is certainly an issue,
  and always has been, but the system call itself returns
  errno in a register so the problem is really a function of
  libc, not the system call.
  
  Discussed with : Matthew Dillion <dillon at apollo.backplane.com>
  
  Revision  Changes    Path
  1.32      +1 -2      src/sys/kern/kern_umtx.c
  1.14      +12 -5     src/sys/sys/umtx.h



More information about the cvs-all mailing list