__LINUX__ no longer works. Use linux instead.

(Logical change 1.166)
edge.strict_endians
cantab.net!aia21 2003-07-31 14:12:36 +00:00
parent 951bacc20b
commit c4c50f1270
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
#endif
#include <limits.h>
#if defined(__LINUX__) && defined(_IO) && !defined(BLKSSZGET)
#if defined(linux) && defined(_IO) && !defined(BLKSSZGET)
# define BLKSSZGET _IO(0x12,104) /* Get device sector size in bytse. */
#endif