mirror of https://git.musl-libc.org/git/musl
Browse Source
this removes an otherwise-unnecessary bits header from most archs, replacing it with an empty generic version.master
19 changed files with 9 additions and 42 deletions
@ -1,2 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 64 |
|||
@ -1,3 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 32 |
|||
/* FIXME */ |
|||
@ -1,2 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 64 |
|||
@ -1,3 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 32 |
|||
/* FIXME */ |
|||
@ -1,3 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 32 |
|||
/* FIXME */ |
|||
@ -1,3 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 32 |
|||
/* FIXME */ |
|||
@ -1,3 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 64 |
|||
/* FIXME */ |
|||
@ -1,2 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 32 |
|||
@ -1,2 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 64 |
|||
@ -1,2 +0,0 @@ |
|||
#undef __WORDSIZE |
|||
#define __WORDSIZE 64 |
|||
Loading…
Reference in new issue