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