]> sourceware.org Git - newlib-cygwin.git/commit
* select.h (select_stuff): Remove variable names from parameter declarations.
authorChristopher Faylor <me@cgf.cx>
Sat, 22 Dec 2012 19:35:41 +0000 (19:35 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 22 Dec 2012 19:35:41 +0000 (19:35 +0000)
commit4a84997ae4e5d770c14eb2bba73022ca3d9789e3
tree861f91de6b26d4afc0512f87c56355bd5920e923
parente97256cf70fc1627641f0a10390b61ba904a6fe5
* select.h (select_stuff): Remove variable names from parameter declarations.
(select_info): Ditto.
(select_record::dump_select_record): Declare new debugging-only function.
(select_info): Zero all fields.
(select_pipe_info): Ditto.
(select_socket_info): Ditto.
(select_serial_info): Ditto.
(select_mailslot_info): Ditto.
* select.cc (select_record::dump_select_record): Define new debugging-only
function.
(select_stuff::test_and_set): Call dump_select_record when debugging.
* thread.cc (pthread_mutex::unlock): Revert setting of tid to NULL since, in
this context, it is a number, not a pointer.
(pthread_spinlock::unlock): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/select.cc
winsup/cygwin/select.h
winsup/cygwin/thread.cc
This page took 0.034225 seconds and 5 git commands to generate.