X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=ea863d6730e11cd83ff9db32baea830dacc70be5;hb=c87584a3e962dabd7b97733bfc3700e003d87d28;hp=53e4e8269a36d4e1596e192a63425ca5eb1c2c12;hpb=a541297617e567eadc7448e1af35d7bb20461a8c;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 53e4e826..ea863d67 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -18,6 +18,7 @@ struct __libc { int ofl_lock[2]; }; +extern size_t __hwcap; #if !defined(__PIC__) || 100*__GNUC__+__GNUC_MINOR__ >= 303 || defined(__PCC__) || defined(__TINYC__)