Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 20:00: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:  <201307192000.r6JK01fJ010225@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: Fri, 19 Jul 2013 21:58:00 +0200 (CEST)

 Test in progress, backported to 9.1, but with
 
 int  kern_clock_getcpuclockid2(struct thread *td, id_t id, int which,
         clockid_t *clk_id);
 
 here:
 
 > --- a/sys/sys/syscallsubr.h
 > +++ b/sys/sys/syscallsubr.h
 > @@ -76,6 +76,8 @@ int	kern_chmod(struct thread *td, char *path, enum uio_seg pathseg,
 > 	    int mode);
 > int	kern_chown(struct thread *td, char *path, enum uio_seg pathseg, int uid,
 > 	    int gid);
 > +int	kern_clock_getcpuclockid2(struct thread *td, id_t id, int which,
 > +	    clockid_t clk_id);
 > int	kern_clock_getres(struct thread *td, clockid_t clock_id,
 > 	    struct timespec *ts);
 > int	kern_clock_gettime(struct thread *td, clockid_t clock_id,
 
 
 Petr



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