mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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 <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.
|
||||
|
||||
Reference in New Issue
Block a user