Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563034676
Change-Id: I73167eb89042a8654dd16c824c329c1a311e2e68
  • Loading branch information
TCMalloc Team authored and copybara-github committed Sep 6, 2023
1 parent 1cfc714 commit 17f7322
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tcmalloc/segv_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <signal.h>
#include "tcmalloc/common.h"
Expand All @@ -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_

0 comments on commit 17f7322

Please sign in to comment.