aboutsummaryrefslogtreecommitdiff
path: root/musl/sys/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'musl/sys/reg.h')
-rw-r--r--musl/sys/reg.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/musl/sys/reg.h b/musl/sys/reg.h
deleted file mode 100644
index 0272e13..0000000
--- a/musl/sys/reg.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _SYS_REG_H
-#define _SYS_REG_H
-
-#include <limits.h>
-#include <unistd.h>
-
-#include <bits/alltypes.h>
-
-#undef __WORDSIZE
-#if __LONG_MAX == 0x7fffffffL
-#define __WORDSIZE 32
-#else
-#define __WORDSIZE 64
-#endif
-
-#include <bits/reg.h>
-
-#endif