Skip to content

Commit c0211ab

Browse files
[libc] fix uefi signal-macros header
1 parent 8960508 commit c0211ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libc/include/llvm-libc-macros/uefi/signal-macros.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
//===-- Definition of GPU signal number macros ----------------------------===//
1+
//===-- Definition of UEFI signal number macros ---------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_LIBC_MACROS_GPU_SIGNAL_MACROS_H
10-
#define LLVM_LIBC_MACROS_GPU_SIGNAL_MACROS_H
9+
#ifndef LLVM_LIBC_MACROS_UEFI_SIGNAL_MACROS_H
10+
#define LLVM_LIBC_MACROS_UEFI_SIGNAL_MACROS_H
1111

1212
#define SIGINT 2
1313
#define SIGILL 4
@@ -25,4 +25,4 @@
2525

2626
#define __NSIGSET_WORDS NSIG
2727

28-
#endif // LLVM_LIBC_MACROS_GPU_SIGNAL_MACROS_H
28+
#endif // LLVM_LIBC_MACROS_UEFI_SIGNAL_MACROS_H

0 commit comments

Comments
 (0)