include/tccdefs: Add function renaming with __REDIRECT_NTHNL (0.9.28rc testing)
Fixes a compilation break in "glob.h" Detected during tcc 0.9.28rc testing. Affected project: https://github.com/craigbarnes/dte -- Regards ... Detlef
This commit is contained in:
parent
7f39b4f573
commit
3d128041c3
1 changed files with 2 additions and 1 deletions
|
@ -145,9 +145,10 @@
|
|||
#define __INT32_TYPE__ int
|
||||
|
||||
#if !defined _WIN32
|
||||
/* glibc defines */
|
||||
/* glibc defines. We do not support __USER_NAME_PREFIX__ */
|
||||
#define __REDIRECT(name, proto, alias) name proto __asm__ (#alias)
|
||||
#define __REDIRECT_NTH(name, proto, alias) name proto __asm__ (#alias) __THROW
|
||||
#define __REDIRECT_NTHNL(name, proto, alias) name proto __asm__ (#alias) __THROWNL
|
||||
#endif
|
||||
|
||||
/* skip __builtin... with -E */
|
||||
|
|
Loading…
Reference in a new issue