diff --git a/libc/spec/posix.td b/libc/spec/posix.td index 1f3c10ebe9b6..1980b09996ed 100644 --- a/libc/spec/posix.td +++ b/libc/spec/posix.td @@ -383,7 +383,7 @@ def POSIX : StandardSpec<"POSIX"> { >, ] >; - + HeaderSpec StdLib = HeaderSpec< "stdlib.h", [], // Macros diff --git a/libc/spec/stdc.td b/libc/spec/stdc.td index 38d78a0fd12d..fbd3cfa8a589 100644 --- a/libc/spec/stdc.td +++ b/libc/spec/stdc.td @@ -22,7 +22,7 @@ def StdC : StandardSpec<"stdc"> { [], // Enumerations [] >; - + HeaderSpec CType = HeaderSpec< "ctype.h", [], // Macros @@ -188,7 +188,7 @@ def StdC : StandardSpec<"stdc"> { >, ] >; - + HeaderSpec String = HeaderSpec< "string.h", [ @@ -201,7 +201,7 @@ def StdC : StandardSpec<"stdc"> { [ FunctionSpec< "memcpy", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] @@ -228,24 +228,24 @@ def StdC : StandardSpec<"stdc"> { >, 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 @@ def StdC : StandardSpec<"stdc"> { >, FunctionSpec< "strxfrm", - RetValSpec, + RetValSpec, [ArgSpec, ArgSpec, ArgSpec] @@ -479,11 +479,11 @@ def StdC : StandardSpec<"stdc"> { 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]>, ] >;