diff options
Diffstat (limited to 'tools/lib/api/fs')
-rw-r--r-- | tools/lib/api/fs/fs.c | 1 | ||||
-rw-r--r-- | tools/lib/api/fs/fs.h | 1 | ||||
-rw-r--r-- | tools/lib/api/fs/tracing_path.c | 1 | ||||
-rw-r--r-- | tools/lib/api/fs/tracing_path.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tools/lib/api/fs/fs.c b/tools/lib/api/fs/fs.c index a7ecf8f469f4..b24afc0e6e81 100644 --- a/tools/lib/api/fs/fs.c +++ b/tools/lib/api/fs/fs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #include <ctype.h> | 2 | #include <ctype.h> |
2 | #include <errno.h> | 3 | #include <errno.h> |
3 | #include <limits.h> | 4 | #include <limits.h> |
diff --git a/tools/lib/api/fs/fs.h b/tools/lib/api/fs/fs.h index 45605348461e..dda49deefb52 100644 --- a/tools/lib/api/fs/fs.h +++ b/tools/lib/api/fs/fs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __API_FS__ | 2 | #ifndef __API_FS__ |
2 | #define __API_FS__ | 3 | #define __API_FS__ |
3 | 4 | ||
diff --git a/tools/lib/api/fs/tracing_path.c b/tools/lib/api/fs/tracing_path.c index 3e606b9c443e..7b7fd0b18551 100644 --- a/tools/lib/api/fs/tracing_path.c +++ b/tools/lib/api/fs/tracing_path.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #ifndef _GNU_SOURCE | 2 | #ifndef _GNU_SOURCE |
2 | # define _GNU_SOURCE | 3 | # define _GNU_SOURCE |
3 | #endif | 4 | #endif |
diff --git a/tools/lib/api/fs/tracing_path.h b/tools/lib/api/fs/tracing_path.h index 3f233ac70b6f..0066f06cc381 100644 --- a/tools/lib/api/fs/tracing_path.h +++ b/tools/lib/api/fs/tracing_path.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __API_FS_TRACING_PATH_H | 2 | #ifndef __API_FS_TRACING_PATH_H |
2 | #define __API_FS_TRACING_PATH_H | 3 | #define __API_FS_TRACING_PATH_H |
3 | 4 | ||