Hide FILE internals from the musl C library that conflict with the Desktop Korn Shell's SFIO.

This commit is contained in:
Lev Kujawski
2021-01-06 12:15:22 -07:00
committed by Jon Trulson
parent d14d956c00
commit 5c801a07a0

View File

@@ -49,7 +49,10 @@
#if defined(__linux__)
/* HACK On linux prevent inclusion of __FILE.h that contains a conflicting
definition of __FILE that we define later */
/* GLIBC */
# define ____FILE_defined 1
/* MUSL */
# define __DEFINED_FILE 1
#endif /* linux */
/* Public header file for the safe fast io package.