mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix build failure on certain versions of glibc
Patch from: https://bugzilla.redhat.com/show_bug.cgi?id=1477082 See also: https://github.com/att/ast/pull/63 https://bugs.debian.org/887743
This commit is contained in:
parent
8361e065e6
commit
8633290e63
2 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,8 @@ cat{
|
||||||
#define _FILE_DEFINED 1
|
#define _FILE_DEFINED 1
|
||||||
#define _FILE_defined 1
|
#define _FILE_defined 1
|
||||||
#define _FILEDEFED 1
|
#define _FILEDEFED 1
|
||||||
|
#define __FILE_defined 1
|
||||||
|
#define ____FILE_defined 1
|
||||||
|
|
||||||
#ifndef __FILE_TAG
|
#ifndef __FILE_TAG
|
||||||
#define __FILE_TAG _sfio_s
|
#define __FILE_TAG _sfio_s
|
||||||
|
|
|
@ -58,9 +58,21 @@ struct _sfio_s;
|
||||||
#ifndef __FILE_typedef
|
#ifndef __FILE_typedef
|
||||||
#define __FILE_typedef 1
|
#define __FILE_typedef 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _FILE_DEFINED
|
||||||
|
#define _FILE_DEFINED 1
|
||||||
|
#endif
|
||||||
|
#ifndef _FILE_defined
|
||||||
|
#define _FILE_defined 1
|
||||||
|
#endif
|
||||||
#ifndef _FILEDEFED
|
#ifndef _FILEDEFED
|
||||||
#define _FILEDEFED 1
|
#define _FILEDEFED 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __FILE_defined
|
||||||
|
#define __FILE_defined 1
|
||||||
|
#endif
|
||||||
|
#ifndef ____FILE_defined
|
||||||
|
#define ____FILE_defined 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue