[PATCH 1/3] xfree86: drop linux libc5 support from the SIGIO code

Matt Turner mattst88 at gmail.com
Thu Oct 14 13:27:51 PDT 2010


On Thu, Oct 14, 2010 at 12:49 PM, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  hw/xfree86/os-support/shared/sigio.c |    9 ---------
>  1 files changed, 0 insertions(+), 9 deletions(-)
>
> diff --git a/hw/xfree86/os-support/shared/sigio.c b/hw/xfree86/os-support/shared/sigio.c
> index aed5654..274a8ab 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 at precisioninsight.com
>  *
> @@ -67,14 +66,6 @@
>  # include <stropts.h>
>  #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.
> --
> 1.7.2.3

Ha.

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the xorg-devel mailing list