1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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__) #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.