threads/180652: compat32 problem in clock_getcpuclockid2

Petr Salinger Petr.Salinger at seznam.cz
Sat Jul 20 13:30:02 UTC 2013


The following reply was made to PR threads/180652; it has been noted by GNATS.

From: Petr Salinger <Petr.Salinger at seznam.cz>
To: Konstantin Belousov <kostikbel at gmail.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: threads/180652: compat32 problem in clock_getcpuclockid2
Date: Sat, 20 Jul 2013 15:26:06 +0200 (CEST)

 With the above change to prototype in syscallsubr.h,
 it works fine.
 
 Tested on x86, backported to 9.1 kernel:
 64 bit under 64 bit kernel,
 32 bit under 64 bit kernel,
 32 bit under 32 bit kernel.
 
 Many thanks.
 
 It looks like the only remaining missing part of compat32 interfaces
 (covered by our eglibc testsuite) is ktimer_*() family, used for
 http://pubs.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html
 
 Thanks again
  		Petr


More information about the freebsd-threads mailing list