Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1239625 > unrolled thread

Re: [PATCH] timerfd: expose uapi header

Started byArnd Bergmann <arnd@arndb.de>
First post2015-10-05 17:00 +0200
Last post2015-10-05 21:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] timerfd: expose uapi header Arnd Bergmann <arnd@arndb.de> - 2015-10-05 17:00 +0200
    Re: [PATCH] timerfd: expose uapi header Gabriel Laskar <gabriel@lse.epita.fr> - 2015-10-05 21:30 +0200

#1239625 — Re: [PATCH] timerfd: expose uapi header

FromArnd Bergmann <arnd@arndb.de>
Date2015-10-05 17:00 +0200
SubjectRe: [PATCH] timerfd: expose uapi header
Message-ID<qgfp9-21B-29@gated-at.bofh.it>
On Monday 05 October 2015 16:53:39 Gabriel Laskar wrote:
> this patch expose the timerfd apis to the userland. It is already in
> glibc header sys/timerfd.h but not synchronised, and missing the ioctl
> number definition.
> 
> Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
> 

What happens if you include both sys/timerfd.h and linux/timerfd.h then? 

> header-y += telephony.h
> header-y += termios.h
> header-y += thermal.h
>+header-y += tiemrfd.h
> header-y += time.h
> header-y += times.h
> header-y += timex.h

s/tiemrfd/timerfd/

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1239861

FromGabriel Laskar <gabriel@lse.epita.fr>
Date2015-10-05 21:30 +0200
Message-ID<qgjCq-8dv-9@gated-at.bofh.it>
In reply to#1239625
On Mon, 05 Oct 2015 16:57:21 +0200
Arnd Bergmann <arnd@arndb.de> wrote:

> On Monday 05 October 2015 16:53:39 Gabriel Laskar wrote:
> > this patch expose the timerfd apis to the userland. It is already in
> > glibc header sys/timerfd.h but not synchronised, and missing the ioctl
> > number definition.
> > 
> > Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr>
> > 
> 
> What happens if you include both sys/timerfd.h and linux/timerfd.h then? 

It will conflict, yes, what should I do? make the kernel header in a
way that this will not conflict, or just patch the glibc headers too?

> > header-y += telephony.h
> > header-y += termios.h
> > header-y += thermal.h
> >+header-y += tiemrfd.h
> > header-y += time.h
> > header-y += times.h
> > header-y += timex.h
> 
> s/tiemrfd/timerfd/

I miss that, I really need to me more careful about this. Will send a
correction for this part.


-- 
Gabriel Laskar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web