diff options
Diffstat (limited to 'src/internal/libc.c')
-rw-r--r-- | src/internal/libc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/libc.c b/src/internal/libc.c index c1e21ca0..004c1a33 100644 --- a/src/internal/libc.c +++ b/src/internal/libc.c @@ -13,3 +13,5 @@ struct __libc __libc; #ifdef BROKEN_VISIBILITY __asm__(".hidden __libc"); #endif + +size_t __hwcap; |