Skip to content

Commit

Permalink
switch LINUX_HAS_SYSCALL_WRAPPER to _Bool in the testdata entry
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cacheux <paul.cacheux@datadoghq.com>
  • Loading branch information
paulcacheux committed Nov 3, 2023
1 parent b7d5f47 commit a9b9108
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified testdata/kconfig-eb.elf
Binary file not shown.
Binary file modified testdata/kconfig-el.elf
Binary file not shown.
2 changes: 1 addition & 1 deletion testdata/kconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
char __license[] __section("license") = "MIT";

extern int LINUX_KERNEL_VERSION __kconfig;
extern int LINUX_HAS_SYSCALL_WRAPPER __kconfig;
extern _Bool LINUX_HAS_SYSCALL_WRAPPER __kconfig;

__section("socket") int kernel_version() {
return LINUX_KERNEL_VERSION;
Expand Down

0 comments on commit a9b9108

Please sign in to comment.