diff --git a/libc/spec/posix.td b/libc/spec/posix.td --- a/libc/spec/posix.td +++ b/libc/spec/posix.td @@ -383,7 +383,7 @@ >, ] >; - + HeaderSpec StdLib = HeaderSpec< "stdlib.h", [], // Macros diff --git a/libc/spec/stdc.td b/libc/spec/stdc.td --- a/libc/spec/stdc.td +++ b/libc/spec/stdc.td @@ -22,7 +22,7 @@ [], // Enumerations [] >; - + HeaderSpec CType = HeaderSpec< "ctype.h", [], // Macros @@ -188,7 +188,7 @@ >, ] >; - + HeaderSpec String = HeaderSpec< "string.h", [ @@ -201,7 +201,7 @@ [ FunctionSpec< "memcpy", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] @@ -228,24 +228,24 @@ >, FunctionSpec< "strcpy", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec] >, FunctionSpec< "strncpy", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] >, FunctionSpec< "strcat", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec] >, FunctionSpec< "strncat", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] >, FunctionSpec< @@ -265,7 +265,7 @@ >, FunctionSpec< "strxfrm", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] @@ -479,11 +479,11 @@ FunctionSpec<"coshf", RetValSpec, [ArgSpec]>, FunctionSpec<"sinhf", RetValSpec, [ArgSpec]>, FunctionSpec<"tanhf", RetValSpec, [ArgSpec]>, - + FunctionSpec<"acosf", RetValSpec, [ArgSpec]>, FunctionSpec<"asinf", RetValSpec, [ArgSpec]>, FunctionSpec<"atanf", RetValSpec, [ArgSpec]>, - + FunctionSpec<"atanhf", RetValSpec, [ArgSpec]>, ] >;