Date: Sat, 20 Jul 2013 13:30:01 GMT From: Petr Salinger <Petr.Salinger@seznam.cz> To: freebsd-threads@FreeBSD.org Subject: Re: threads/180652: compat32 problem in clock_getcpuclockid2 Message-ID: <201307201330.r6KDU1IP043380@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR threads/180652; it has been noted by GNATS. From: Petr Salinger <Petr.Salinger@seznam.cz> To: Konstantin Belousov <kostikbel@gmail.com> Cc: freebsd-gnats-submit@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307201330.r6KDU1IP043380>