OSDN Git Service

* fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
authorcorinna <corinna>
Mon, 23 Oct 2000 20:16:52 +0000 (20:16 +0000)
committercorinna <corinna>
Mon, 23 Oct 2000 20:16:52 +0000 (20:16 +0000)
commitf43bc7225a6b35bc978ddbfc01514c9bc93b6851
treee855e42247cc0fc6cc2989e36a5aaddfa832659d
parentac5e72507975f476feccd6e2d5e6e8cdfd63ea3a
    * fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
        functionality except F_DUPFD to fhandler classes.
        * fhandler.cc (fhandler_base::fcntl): New method.
        * net.cc (fhandler_socket::fcntl): Ditto.
        * fhandler.h (class fhandler_base): Add method prototype for fcntl().
        (class fhandler_socket): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fcntl.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/net.cc