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 ---------------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
//===----------------------------------------------------------------------===//
8
8
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
11
11
12
12
#define SIGINT 2
13
13
#define SIGILL 4
25
25
26
26
#define __NSIGSET_WORDS NSIG
27
27
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