File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
libc/include/llvm-libc-macros/uefi Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments