Pārlūkot izejas kodu

give a little info as to what the file should contain

Mike Frysinger 18 gadi atpakaļ
vecāks
revīzija
261183e200
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      libc/sysdeps/linux/common/bits/wordsize.h

+ 5 - 0
libc/sysdeps/linux/common/bits/wordsize.h

@@ -1 +1,6 @@
 #error "This file must be written based on the data type sizes of the target"
+
+#if 0
+#define __WORDSIZE 32
+#define __WORDSIZE 64
+#endif