OSDN Git Service

if fcntl() is called with a 64bit command and LFS is enabled, pass the command along...
authorMike Frysinger <vapier@gentoo.org>
Thu, 28 Jul 2005 22:19:41 +0000 (22:19 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 28 Jul 2005 22:19:41 +0000 (22:19 -0000)
commit226d4893c8ac86278a986177e6821a63f8dda20b
treef893a159f92caecd5b40ff63d9c6a3d3cd3723d6
parentadc1e444b3cf87e0cc9b6ce3a368541b54df65ed
if fcntl() is called with a 64bit command and LFS is enabled, pass the command along to fcntl64 instead of returning ENOSYS (error detected by LTP fcntl18)
libc/sysdeps/linux/common/__syscall_fcntl.c