summaryrefslogtreecommitdiff
path: root/src/include/nonposix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/nonposix.h')
-rw-r--r--src/include/nonposix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/nonposix.h b/src/include/nonposix.h
index e4b02da3..51449832 100644
--- a/src/include/nonposix.h
+++ b/src/include/nonposix.h
@@ -25,7 +25,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# define _WIN32
# endif
# define setmode(f,m) _setmode(f,m)
-# define fileno(f) _fileno(f)
#endif
#if defined(__MSDOS__) || (defined(_WIN32) && !defined(__CYGWIN32__))