From ecc4a7bfc91e1549a5ef25d706dae6aea48c7a7d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 29 Sep 2017 22:10:09 +0100 Subject: [PATCH] syscalls.h: fix error in headers --- Library/include/syscalls.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/include/syscalls.h b/Library/include/syscalls.h index f41564ee..7f4541b5 100644 --- a/Library/include/syscalls.h +++ b/Library/include/syscalls.h @@ -24,7 +24,6 @@ struct _uzisysinfoblk { uint16_t usedk; /* Used memory in KB */ uint16_t config; /* Config flag mask */ uint16_t loadavg[3]; - uint32_t spare; uint16_t swapk; uint16_t swapusedk; uint8_t cputype; /* CPU type information */ -- 2.34.1