From: Alan Cox Date: Fri, 29 Sep 2017 21:10:09 +0000 (+0100) Subject: syscalls.h: fix error in headers X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ecc4a7bfc91e1549a5ef25d706dae6aea48c7a7d;p=FUZIX.git syscalls.h: fix error in headers --- 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 */