File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIBC_HDR_OFFSETOF_MACROS_H
10
10
#define LLVM_LIBC_HDR_OFFSETOF_MACROS_H
11
11
12
- #undef offsetof
13
-
14
- // Simplify the inclusion if builtin function is available.
15
- #if __has_builtin (__builtin_offsetof )
16
- #define offsetof (t , d ) __builtin_offsetof(t, d)
17
- #else
18
12
#define __need_offsetof
19
- #include <stddef.h> // compiler resource header
20
- #endif
13
+ #include <stddef.h>
21
14
22
15
#endif // LLVM_LIBC_HDR_OFFSETOF_MACROS_H
Original file line number Diff line number Diff line change 1
- // ===-- Implementation of setjmp --- ---------------------------------------===//
1
+ // ===-- Implementation of sigsetjmp ---------------------------------------===//
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.
You can’t perform that action at this time.
0 commit comments