Old versions of glibc might not have STN_UNDEF defined.
This commit is contained in:
parent
f69c1501a8
commit
508911b446
|
@ -50,6 +50,10 @@
|
||||||
#define N_UNDF 0x00
|
#define N_UNDF 0x00
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef STN_UNDEF
|
||||||
|
# define STN_UNDEF 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define N_GSYM 0x20
|
#define N_GSYM 0x20
|
||||||
#define N_FUN 0x24
|
#define N_FUN 0x24
|
||||||
#define N_STSYM 0x26
|
#define N_STSYM 0x26
|
||||||
|
|
Loading…
Reference in New Issue