]> Zhao Yanbai Git Server - minix.git/commit
libc: support for deprecated FIO* ioctl(2) calls 80/3180/2
authorDavid van Moolenbroek <david@minix3.org>
Sat, 19 Sep 2015 21:59:19 +0000 (21:59 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 23 Sep 2015 12:03:06 +0000 (12:03 +0000)
commited223591a80825b9ab0fea00740579140b6d2a8e
tree723b31b70e2075b2579e284c48423e069d50bf96
parent20054ae93f6e47654fed4974be64f313fdd85de6
libc: support for deprecated FIO* ioctl(2) calls

Various generic file IOCTL calls should be processed by VFS rather
than individual drivers.  For this reason, we rewrite them to use
fcntl(2) instead.

Change-Id: I38a5f3c7b21943a897114a51678a800f7e7f0a77
minix/lib/libc/sys/ioctl.c