aboutsummaryrefslogtreecommitdiff
path: root/libc/src/unistd/getppid.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/unistd/getppid.h')
-rw-r--r--libc/src/unistd/getppid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/unistd/getppid.h b/libc/src/unistd/getppid.h
index c574477..a09c7ca 100644
--- a/libc/src/unistd/getppid.h
+++ b/libc/src/unistd/getppid.h
@@ -11,10 +11,10 @@
#include <unistd.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
pid_t getppid();
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_UNISTD_GETPPID_H