Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/compat/linux/common



Module Name:    src
Committed By:   kre
Date:           Fri Sep 19 19:35:15 UTC 2025

Modified Files:
        src/sys/compat/linux/common: linux_sched.c

Log Message:
cl_args.stack_size is uint64_t (all architectures), on ILP32 (void *)
is 32 bits, as is (intptr_t).   32 bits added to 64 bits --> 64 bits,
which gcc complains about converting to a pointer.   Add yet another cast.

Should fix ILP32 builds (eg: i386)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/compat/linux/common/linux_sched.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index