================
@@ -3800,6 +3800,14 @@ def VFork : LibBuiltin<"unistd.h"> {
let Prototype = "pid_t()";
}
+// POSIX sys/stat.h
+
+def Umask : LibBuiltin<"sys/stat.h"> {
+ let Spellings = ["umask"];
+ let Attributes = [IgnoreSignature];
----------------
nuclearcat wrote:Amended, thank you! https://github.com/llvm/llvm-project/pull/198130 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
