]> granicus.if.org Git - strace/commit
sys_fcntl: remove F_FREESP and F_FREESP64 support
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 1 Mar 2014 21:17:17 +0000 (21:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 1 Mar 2014 21:17:17 +0000 (21:17 +0000)
commitec21e07441030009a53786905ccbeaaed5e0ee9c
tree9cff215a92628069a2a8be8b42ff510e8ac5636f
parent458b3f2fd964d23cf779c235ecb2b8f1c40d994c
sys_fcntl: remove F_FREESP and F_FREESP64 support

F_FREESP and F_FREESP64 fcntl commands are not available in Linux
and therefore the code implementing their decoding is useless.
Besides that, F_FREESP64 decoding is too complicated to support.

* desc.c (fcntlcmds): Remove F_FREESP and F_FREESP64.
Remove F_FREESP64 from the check whether to define struct flock64.
(sys_fcntl): Remove F_FREESP and F_FREESP64 support.
desc.c