]> sourceware.org Git - newlib-cygwin.git/commit
* devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 23 Feb 2005 12:30:31 +0000 (12:30 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 23 Feb 2005 12:30:31 +0000 (12:30 +0000)
commite5ef74dfb2c6b8e00daf6afc7ac8895c626a59d9
tree1bda12cfd8321f9022267e7a5af11928c510ed57
parent4add0a4e2f51e0e5f2371fa8f578a6785cb11e2e
* devices.h: Switch FH_ZERO and FH_PORT as on Linux.  Add FH_FULL.
* devices.in: Add /dev/full.
* devices.cc: Regenerate.
* dtable.cc (build_fh_pc): Add FH_FULL.
* fhandler.cc (fhandler_base::fstat): Set FH_FULL permission bits
correctly.
* fhandler_zero.cc (fhandler_dev_zero::write): Set errno to ENOSPC
and return -1 if device is FH_FULL.
winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_zero.cc
This page took 0.031168 seconds and 5 git commands to generate.