xfree86: Drop linux libc5 support from the SIGIO code
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
788bfbf18a
commit
47c91dca8d
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
/* sigio.c -- Support for SIGIO handler installation and removal
|
/* sigio.c -- Support for SIGIO handler installation and removal
|
||||||
* Created: Thu Jun 3 15:39:18 1999 by faith@precisioninsight.com
|
* Created: Thu Jun 3 15:39:18 1999 by faith@precisioninsight.com
|
||||||
*
|
*
|
||||||
|
@ -67,14 +66,6 @@
|
||||||
# include <stropts.h>
|
# include <stropts.h>
|
||||||
#endif
|
#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
|
#ifdef MAXDEVICES
|
||||||
/* MAXDEVICES represents the maximimum number of input devices usable
|
/* MAXDEVICES represents the maximimum number of input devices usable
|
||||||
* at the same time plus one entry for DRM support.
|
* at the same time plus one entry for DRM support.
|
||||||
|
|
Loading…
Reference in New Issue