From 47c91dca8d8eecb429123e8370302831bcd57938 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 18 Oct 2010 15:40:28 -0400 Subject: [PATCH] xfree86: Drop linux libc5 support from the SIGIO code Reviewed-by: Tiago Vignatti Reviewed-by: Matt Turner Signed-off-by: Adam Jackson --- hw/xfree86/os-support/shared/sigio.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hw/xfree86/os-support/shared/sigio.c b/hw/xfree86/os-support/shared/sigio.c index aed5654e8..274a8ab7e 100644 --- a/hw/xfree86/os-support/shared/sigio.c +++ b/hw/xfree86/os-support/shared/sigio.c @@ -1,4 +1,3 @@ - /* sigio.c -- Support for SIGIO handler installation and removal * Created: Thu Jun 3 15:39:18 1999 by faith@precisioninsight.com * @@ -67,14 +66,6 @@ # include #endif -/* - * Linux libc5 defines FASYNC, but not O_ASYNC. Don't know if it is - * functional or not. - */ -#if defined(FASYNC) && !defined(O_ASYNC) -# define O_ASYNC FASYNC -#endif - #ifdef MAXDEVICES /* MAXDEVICES represents the maximimum number of input devices usable * at the same time plus one entry for DRM support.