File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
/* { dg-additional-options "-fdump-analyzer-untracked" } */
7
7
8
8
/* Adapted from various files in the Linux kernel, all of which have: */
9
- /* SPDX-License-Identifier: GPL-2.0 */
9
+ /* SPDX-License-Identifier: GPL-2.0-only */
10
10
11
11
#ifndef __cplusplus
12
12
typedef _Bool bool ;
Original file line number Diff line number Diff line change 3
3
/* { dg-additional-options " -ftrack-macro-expansion=0" } */
4
4
5
5
/* Adapted from code in the Linux kernel, which has this: */
6
- /* SPDX-License-Identifier: GPL-2.0 */
6
+ /* SPDX-License-Identifier: GPL-2.0-only */
7
7
8
8
#define __noreturn __attribute__ ((__noreturn__))
9
9
Original file line number Diff line number Diff line change 6
6
/* { dg-additional-options "-fdump-analyzer-untracked" } */
7
7
8
8
/* Adapted from various files in the Linux kernel, all of which have: */
9
- /* SPDX-License-Identifier: GPL-2.0 */
9
+ /* SPDX-License-Identifier: GPL-2.0-only */
10
10
11
11
typedef _Bool bool ;
12
12
#define true 1
You can’t perform that action at this time.
0 commit comments