diff options
Diffstat (limited to 'libc/spec/stdc.td')
| -rw-r--r-- | libc/spec/stdc.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/spec/stdc.td b/libc/spec/stdc.td index c7b697d438a8..7caf54374815 100644 --- a/libc/spec/stdc.td +++ b/libc/spec/stdc.td @@ -1340,6 +1340,8 @@ def StdC : StandardSpec<"stdc"> { FunctionSpec<"atexit", RetValSpec<IntType>, [ArgSpec<AtexitHandlerT>]>, FunctionSpec<"exit", RetValSpec<NoReturn>, [ArgSpec<IntType>]>, FunctionSpec<"quick_exit", RetValSpec<NoReturn>, [ArgSpec<IntType>]>, + + FunctionSpec<"system", RetValSpec<IntType>, [ArgSpec<ConstCharPtr>]>, ] >; |
