From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] timerfd: expose uapi header Date: Mon, 05 Oct 2015 16:57:21 +0200 Message-ID: <5414742.dPp9ExW9xv@wuerfel> References: <1444056829-9118-1-git-send-email-gabriel@lse.epita.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1444056829-9118-1-git-send-email-gabriel@lse.epita.fr> Sender: linux-kernel-owner@vger.kernel.org To: Gabriel Laskar Cc: Thomas Gleixner , "David S. Miller" , Hans Verkuil , "Michael S. Tsirkin" , Greg Kroah-Hartman , Mauro Carvalho Chehab , stephen hemminger , Nicolas Dichtel , Masahiro Yamada , open list , "open list:ABI/API" List-Id: linux-api@vger.kernel.org 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 > 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