mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
497d5c86a0
The meaning of 'static' is to make a symbol private to the source file, whereas 'extern "C"' is meant for linking symbols across files with an unmangled name. The combination of the two allowed by GCC is non-standard. Signed-off-by: Dionna Glaze <dionnaglaze@google.com>