diff options
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h index 58147f85ee3..105a346a69f 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -569,6 +569,10 @@ int __void__; #endif #endif /* DONT_DEFINE_VOID */ +#ifndef STDERR_FILENO +#define STDERR_FILENO 2 +#endif + /* Deprecated workaround for false-positive uninitialized variables warnings. Those should be silenced using tool-specific heuristics. |