Skip to content

Commit

Permalink
Linux 6.5 compat: intptr_t definition is canonically signed
Browse files Browse the repository at this point in the history
Make the version here match that elsewhere in the kernel and system
headers.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Coleman Kane <ckane@colemankane.org>
Closes openzfs#15058
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
ckane authored and behlendorf committed Jul 21, 2023
1 parent ab2d163 commit b6ed318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/os/linux/spl/sys/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typedef unsigned long ulong_t;
typedef unsigned long long u_longlong_t;
typedef long long longlong_t;

typedef unsigned long intptr_t;
typedef long intptr_t;
typedef unsigned long long rlim64_t;

typedef struct task_struct kthread_t;
Expand Down

0 comments on commit b6ed318

Please sign in to comment.