author | Rich Felker <dalias@aerifal.cx> | 2012年07月27日 00:14:57 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年07月27日 00:14:57 -0400 |
commit | e1b9c1b01be294cc2865acfe33544d5e5cc50eb4 (patch) | |
tree | b3efaa1aa0c3ec7ce04dd43bc5c02bd1f26f6c1c /src/internal/libc.h | |
parent | 07e62953c768f9f09485388c22ffaed98d11d676 (diff) | |
download | musl-e1b9c1b01be294cc2865acfe33544d5e5cc50eb4.tar.gz |
-rw-r--r-- | src/internal/libc.h | 1 |
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__) |