History log of /external/ltp/testcases/kernel/syscalls/ioctl/ioctl07.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
df7e475b3d84d0bf8f3de2278b6700561f99a3bc 16-Oct-2017 Xiao Yang <yangx.jy@cn.fujitsu.com> syscalls/ioctl07.c: Fix compilation && Cleanup

1) Fix compilation error on older kernels(e.g RHEL5.11GA) due to
undefined __u32, as below:
error: expected specifier-qualifier-list before ‘__u32’
error: expected specifier-qualifier-list before ‘__u32’

2) Remove unused tst_safe_stdio.h header file

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/ioctl/ioctl07.c
b6ad8668eb7c108c9a06b364c90069730d082848 05-Oct-2017 Carlo Marcelo Arenas Belón <carenas@gmail.com> syscalls/ioctl07: test for RANDOM(4)

starting with RNDGETENTCNT which is the only one that doesn't require root

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/ioctl/ioctl07.c