Hide FILE internals from the musl C library that conflict with the Desktop Korn Shell's SFIO.
This commit is contained in:
committed by
Jon Trulson
parent
d14d956c00
commit
5c801a07a0
@@ -49,7 +49,10 @@
|
|||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
/* HACK On linux prevent inclusion of __FILE.h that contains a conflicting
|
/* HACK On linux prevent inclusion of __FILE.h that contains a conflicting
|
||||||
definition of __FILE that we define later */
|
definition of __FILE that we define later */
|
||||||
|
/* GLIBC */
|
||||||
# define ____FILE_defined 1
|
# define ____FILE_defined 1
|
||||||
|
/* MUSL */
|
||||||
|
# define __DEFINED_FILE 1
|
||||||
#endif /* linux */
|
#endif /* linux */
|
||||||
|
|
||||||
/* Public header file for the safe fast io package.
|
/* Public header file for the safe fast io package.
|
||||||
|
|||||||
Reference in New Issue
Block a user