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

Tiago Vignatti tiago.vignatti at nokia.com
Thu Oct 14 11:55:11 PDT 2010


On Thu, Oct 14, 2010 at 06:49:04PM +0200, ext Adam Jackson 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
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reviewed-by: Tiago Vignatti <tiago.vignatti at nokia.com>

             Tiago


More information about the xorg-devel mailing list