Lines 20-26
Link Here
|
20 |
|
20 |
|
21 |
|
21 |
|
22 |
/* Is the version initialized? */ |
22 |
/* Is the version initialized? */ |
23 |
int __libelf_version_initialized; |
23 |
int __libelf_version_initialized = 0; |
24 |
|
24 |
|
25 |
/* Currently selected version. */ |
25 |
/* Currently selected version. */ |
26 |
unsigned int __libelf_version = EV_CURRENT; |
26 |
unsigned int __libelf_version = EV_CURRENT; |