Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/compat/linux32
Module Name: src
Committed By: ryo
Date: Thu Nov 25 02:35:00 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_fcntl.c
Added Files:
src/sys/compat/linux32/arch/amd64: linux32_fcntl.h
src/sys/compat/linux32/common: linux32_fcntl.h
Log Message:
- Use LINUX32_F_xxx instead of LINUX_F_xxx for compat_linux32.
aarch64 and arm have different values.
- Compile linux32_sys_fadvise64() only if the syscall is required.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/compat/linux32/arch/amd64/linux32_fcntl.h
cvs rdiff -u -r1.10 -r1.11 src/sys/compat/linux32/common/linux32_fcntl.c
cvs rdiff -u -r0 -r1.1 src/sys/compat/linux32/common/linux32_fcntl.h
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