diff --git a/libc/spec/stdc.td b/libc/spec/stdc.td --- a/libc/spec/stdc.td +++ b/libc/spec/stdc.td @@ -935,6 +935,14 @@ ArgSpec, ] >, + FunctionSpec< + "difftime", + RetValSpec, + [ + ArgSpec, + ArgSpec, + ] + >, FunctionSpec< "gmtime", RetValSpec,