mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
f60ac7fe75
The libc implementation newlib defines these symbols and causes a compiler error. Per the standard (ISO 9899:1999 reserved identifiers section), any identifier beginning with two underscores or an underscore and a capital letter is reserved for libc. The definitions are not used anywhere in the source code either. Signed-off-by: Dionna Glaze <dionnaglaze@google.com>