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:
parent
d14d956c00
commit
5c801a07a0
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue