diff options
Diffstat (limited to 'elf/dep3.c')
-rw-r--r-- | elf/dep3.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #include <unistd.h> +extern int dep3 (void); + static void __attribute__ ((constructor)) init (void) |
index : rocket-tools/riscv-gnu-toolchain/glibc.git | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | elf/dep3.c | 2 |
@@ -1,5 +1,7 @@ #include <unistd.h> +extern int dep3 (void); + static void __attribute__ ((constructor)) init (void) |