Skip to content

Commit

Permalink
Undefine fileno if defined in posix-test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 4, 2015
1 parent 3bc97a5 commit aa7bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/posix-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "posix.h"
#include "util.h"

#ifdef __MINGW32__
#ifdef fileno
# undef fileno
#endif

Expand Down

0 comments on commit aa7bb10

Please sign in to comment.