]> sourceware.org Git - newlib-cygwin.git/commit
* devices.h (device::exists_func): Redefine field.
authorChristopher Faylor <me@cgf.cx>
Sun, 1 Apr 2012 07:19:52 +0000 (07:19 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 1 Apr 2012 07:19:52 +0000 (07:19 +0000)
commit727a81f4d93f3715d3692685915f99fca5106a8a
treeafe283f0a204fab15bf8a3caf96b107f0f177fa4
parente2e887c5aca1e3413b614fb46bb766d6be2283bf
* devices.h (device::exists_func): Redefine field.
(device::dev_on_fs): Remove unneeded bit field.  Just make a normal boolean.
(device::exists): Redefine function.
* devices.in: Move previous functions earlier since they are now only defined
static.  Rename some functions due to an as-yet unresolved bug in gendevices.
Rename posix part of internal-only devices with a double-slash.  gendevices
will eventuall translate that to a ":".
(device::parse): Rework to use dev pointer and dev_storage_end.
* devices.cc: Regenerate.
* gendevices: Translate "// to ": after shilka processing.
winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.h
winsup/cygwin/devices.in
winsup/cygwin/fhandler_dev.cc
winsup/cygwin/gendevices
This page took 0.030594 seconds and 5 git commands to generate.