-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[libc] Fix typos in proxy type headers #114717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@llvm/pr-subscribers-libc Author: Job Henandez Lara (Jobhdez) ChangesFull diff: https://github.com/llvm/llvm-project/pull/114717.diff 9 Files Affected:
diff --git a/libc/hdr/types/atexithandler_t.h b/libc/hdr/types/atexithandler_t.h
index 4275e440736743..6d829fe60d271f 100644
--- a/libc/hdr/types/atexithandler_t.h
+++ b/libc/hdr/types/atexithandler_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_ATEXITHANDLER_T_H
-#define LLVM_LIBC_HDR_ATEXITHANDLER_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_ATEXITHANDLER_T_H
+#define LLVM_LIBC_HDR_TYPES_ATEXITHANDLER_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // LLVM_LIBC_HDR_ATEXITHANDLER_T_H
+#endif // LLVM_LIBC_HDR_TYPES_ATEXITHANDLER_T_H
diff --git a/libc/hdr/types/fenv_t.h b/libc/hdr/types/fenv_t.h
index dc2dd0217a16f3..ddfb08c027bfc5 100644
--- a/libc/hdr/types/fenv_t.h
+++ b/libc/hdr/types/fenv_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_FENV_T_H
-#define LLVM_LIBC_HDR_FENV_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_FENV_T_H
+#define LLVM_LIBC_HDR_TYPES_FENV_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // LLVM_LIBC_HDR_FENV_T_H
+#endif // LLVM_LIBC_HDR_TYPES_FENV_T_H
diff --git a/libc/hdr/types/fexcept_t.h b/libc/hdr/types/fexcept_t.h
index 7a6702516f0a35..761f125ae8cfbd 100644
--- a/libc/hdr/types/fexcept_t.h
+++ b/libc/hdr/types/fexcept_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_FEXCEPT_T_H
-#define LLVM_LIBC_HDR_FEXCEPT_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_FEXCEPT_T_H
+#define LLVM_LIBC_HDR_TYPES_FEXCEPT_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // LLVM_LIBC_HDR_FENV_T_H
+#endif // LLVM_LIBC_HDR_TYPES_FEXCEPT_T_H
diff --git a/libc/hdr/types/jmp_buf.h b/libc/hdr/types/jmp_buf.h
index 943764739f69a7..3fa1de816d703f 100644
--- a/libc/hdr/types/jmp_buf.h
+++ b/libc/hdr/types/jmp_buf.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_JMP_BUF_H
-#define LLVM_LIBC_HDR_JMP_BUF_H
+#ifndef LLVM_LIBC_HDR_TYPES_JMP_BUF_H
+#define LLVM_LIBC_HDR_TYPES_JMP_BUF_H
#ifdef LIBC_FULL_BUILD
diff --git a/libc/hdr/types/locale_t.h b/libc/hdr/types/locale_t.h
index 485258b4616962..be12d12b4070ba 100644
--- a/libc/hdr/types/locale_t.h
+++ b/libc/hdr/types/locale_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_LOCALE_T_H
-#define LLVM_LIBC_HDR_LOCALE_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_LOCALE_T_H
+#define LLVM_LIBC_HDR_TYPES_LOCALE_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // LLVM_LIBC_HDR_LOCALE_T_H
+#endif // LLVM_LIBC_HDR_TYPES_LOCALE_T_H
diff --git a/libc/hdr/types/mode_t.h b/libc/hdr/types/mode_t.h
index abbbdb0a09d7b6..3f36a1961e6242 100644
--- a/libc/hdr/types/mode_t.h
+++ b/libc/hdr/types/mode_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_MODE_T_H
-#define LLVM_LIBC_HDR_MODE_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_MODE_T_H
+#define LLVM_LIBC_HDR_TYPES_MODE_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // LLVM_LIBC_HDR_MODE_T_H
+#endif // LLVM_LIBC_HDR_TYPES_MODE_T_H
diff --git a/libc/hdr/types/sighandler_t.h b/libc/hdr/types/sighandler_t.h
index b18f8e856c5b6c..bc40dd8b4c8f4a 100644
--- a/libc/hdr/types/sighandler_t.h
+++ b/libc/hdr/types/sighandler_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_SIGHANDLER_T_H
-#define LLVM_LIBC_HDR_SIGHANDLER_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_SIGHANDLER_T_H
+#define LLVM_LIBC_HDR_TYPES_SIGHANDLER_T_H
#ifdef LIBC_FULL_BUILD
diff --git a/libc/hdr/types/stack_t.h b/libc/hdr/types/stack_t.h
index 9c0f707a7f6d9f..42dad3aa80c16c 100644
--- a/libc/hdr/types/stack_t.h
+++ b/libc/hdr/types/stack_t.h
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_STACK_T_H
-#define LLVM_LIBC_HDR_STACK_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_STACK_T_H
+#define LLVM_LIBC_HDR_TYPES_STACK_T_H
#ifdef LIBC_FULL_BUILD
diff --git a/libc/hdr/types/suseconds_t.h b/libc/hdr/types/suseconds_t.h
index 72e54a965f7506..f60168c59fb892 100644
--- a/libc/hdr/types/suseconds_t.h
+++ b/libc/hdr/types/suseconds_t.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_LIBC_HDR_TIMES_SUSECONDS_T_H
-#define LLVM_LIBC_HDR_TIMES_SUSECONDS_T_H
+#ifndef LLVM_LIBC_HDR_TYPES_SUSECONDS_T_H
+#define LLVM_LIBC_HDR_TYPES_SUSECONDS_T_H
#ifdef LIBC_FULL_BUILD
@@ -19,4 +19,4 @@
#endif // LLVM_LIBC_FULL_BUILD
-#endif // #ifndef LLVM_LIBC_HDR_TIMES_SUSECONDS_T_H
+#endif // #ifndef LLVM_LIBC_HDR_TYPES_SUSECONDS_T_H
|
lntue
approved these changes
Nov 3, 2024
PhilippRados
pushed a commit
to PhilippRados/llvm-project
that referenced
this pull request
Nov 6, 2024
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.