Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 18:51:22 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/compat/linux linux_futex.c
Message-ID:  <201010061851.o96IpVmn090997@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-10-06 18:51:22 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_futex.c 
  Log:
  SVN rev 213490 on 2010-10-06 18:51:22Z by jkim
  
  Simplify timeout check in futex_wait() using itimerfix() and return error
  if the given timeout is invalid.  Consistently use int type for timeout and
  correct a format string in futex_sleep().
  
  Revision  Changes    Path
  1.26      +10 -22    src/sys/compat/linux/linux_futex.c



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