diff options
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index 6a94ee9d9..19eab074f 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -175,4 +175,10 @@ typedef struct { # define DL_MALLOC_ALIGN (__WORDSIZE / 8) #endif +#ifdef __UCLIBC_NO_UNDERSCORES__ +#define __C_SYMBOL_PREFIX__ "" +#else +#define __C_SYMBOL_PREFIX__ "_" +#endif + #endif /* _LD_DEFS_H */ |