diff options
author | Christopher Faylor <me@cgf.cx> | 2011-05-02 15:28:35 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-05-02 15:28:35 +0000 |
commit | 8978381c2a9661e373e9f4f7a7776ceefb016380 (patch) | |
tree | a0a845c18f581d856e22736f707299276785dfec /winsup/cygwin/shared.cc | |
parent | 138f3e0cbdd1f2574963c2134f894a241fd1f348 (diff) | |
download | newlib-8978381c2a9661e373e9f4f7a7776ceefb016380.zip newlib-8978381c2a9661e373e9f4f7a7776ceefb016380.tar.gz newlib-8978381c2a9661e373e9f4f7a7776ceefb016380.tar.bz2 |
Eliminate trailing whitespace in some files.
* dll_init.cc (dll_list::alloc): Reset 'p' in forked process.
* select.cc (select_stuff::wait): Move cleanup() closer to WFMO to minimize
unavoidable (?) race.
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r-- | winsup/cygwin/shared.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc index 53ef743..60173cd 100644 --- a/winsup/cygwin/shared.cc +++ b/winsup/cygwin/shared.cc @@ -50,12 +50,12 @@ static LONG installation_root_inited __attribute__((section (".cygwin_dll_common used when generating shared object names. Thus, different Cygwin installations generate different object names and so are isolated from each other. - + Having this information, the installation key together with the installation root path is written to the registry. The idea is that cygcheck can print the paths into which the Cygwin DLL has been installed for debugging purposes. - + Last but not least, the new cygwin properties datastrcuture is checked for the "disabled_key" value, which is used to determine whether the installation key is actually added to all object names or not. This is @@ -373,7 +373,7 @@ shared_info::init_obcaseinsensitive () { NTSTATUS status; DWORD def_obcaseinsensitive = 1; - + obcaseinsensitive = def_obcaseinsensitive; RTL_QUERY_REGISTRY_TABLE tab[2] = { { NULL, RTL_QUERY_REGISTRY_DIRECT | RTL_QUERY_REGISTRY_NOSTRING, |