This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
- From: Christoph Hellwig <hch at infradead dot org>
- To: Arnd Bergmann <arnd at arndb dot de>
- Cc: tglx at linutronix dot de, y2038 at lists dot linaro dot org, hch at infradead dot org, linux-api at vger dot kernel dot org, linux-arch at vger dot kernel dot org, libc-alpha at sourceware dot org, albert dot aribaud at 3adev dot fr, netdev at vger dot kernel dot org, viro at zeniv dot linux dot org dot uk, peterz at infradead dot org, dvhart at infradead dot org, ebiederm at xmission dot com, linux at dominikbrodowski dot net
- Date: Tue, 17 Jul 2018 05:51:21 -0700
- Subject: Re: [PATCH v2 05/17] asm-generic: Remove empty asm/unistd.h
- References: <20180716161103.16239-1-arnd@arndb.de> <20180716161103.16239-6-arnd@arndb.de>
On Mon, Jul 16, 2018 at 06:10:51PM +0200, Arnd Bergmann wrote:
> Nothing is left in asm/unistd.h except for the redirect to
> uapi/asm/unistd.h, so removing the file simply leads to that one being
> used directly. The linux/export.h inclusion is a leftover from commit
> e1b5bb6d1236 ("consolidate cond_syscall and SYSCALL_ALIAS declarations")
> and should not be used anyway.
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>