Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2005 13:53:10 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys umtx.h src/sys/kern kern_umtx.c
Message-ID:  <200501181353.j0IDrAoi052539@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501181353.j0IDrAoi052539>