Merge branch 'aarch64-unknown-redox' into 'master'

aarch64: Fix typo in a jmp_buf preprocessor conditional

See merge request redox-os/relibc!186
This commit is contained in:
jD91mZM2
2018-12-23 10:52:46 +00:00
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _SETJMP_H
#define _SETJMP_H
#ifdef __arch64__
#ifdef __aarch64__
typedef unsigned long jmp_buf[22];
#endif