From 17f7322968134a9e849e048064fa0ff5cb635c1e Mon Sep 17 00:00:00 2001 From: TCMalloc Team Date: Wed, 6 Sep 2023 02:04:13 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 563034676 Change-Id: I73167eb89042a8654dd16c824c329c1a311e2e68 --- tcmalloc/segv_handler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tcmalloc/segv_handler.h b/tcmalloc/segv_handler.h index db93b8d95..f0f38aec8 100644 --- a/tcmalloc/segv_handler.h +++ b/tcmalloc/segv_handler.h @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef TCMALLOC_SEG_HANDLER_H_ -#define TCMALLOC_SEG_HANDLER_H_ +#ifndef TCMALLOC_SEGV_HANDLER_H_ +#define TCMALLOC_SEGV_HANDLER_H_ #include #include "tcmalloc/common.h" @@ -28,4 +28,4 @@ void SegvHandler(int signo, siginfo_t* info, void* context); } // namespace tcmalloc GOOGLE_MALLOC_SECTION_END -#endif // TCMALLOC_SEG_HANDLER_H_ +#endif // TCMALLOC_SEGV_HANDLER_H_