diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-06 20:13:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-06 20:13:48 +0000 |
commit | 0d043e9aac9ff6bea2aace1532ab3f7822bf2b6f (patch) | |
tree | fe1ec8941c3cd121baa33713bca40a2d1497c4a2 /winsup/cygwin | |
parent | b67171535879acf1ee66751d7ada33a99b27419e (diff) | |
download | newlib-0d043e9aac9ff6bea2aace1532ab3f7822bf2b6f.zip newlib-0d043e9aac9ff6bea2aace1532ab3f7822bf2b6f.tar.gz newlib-0d043e9aac9ff6bea2aace1532ab3f7822bf2b6f.tar.bz2 |
white space
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/syscalls.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc index 5ef18ce..684a837 100644 --- a/winsup/cygwin/syscalls.cc +++ b/winsup/cygwin/syscalls.cc @@ -2873,7 +2873,7 @@ long gethostid(void) // a random hashing algorithm // dependancy on md5 is probably too costly for (int i=0;i<13;i++) - hostid ^= ((data[i] << (i << 2)) | (data[i] >> (32 - (i << 2)))); + hostid ^= ((data[i] << (i << 2)) | (data[i] >> (32 - (i << 2)))); if (opmask && !SetThreadAffinityMask (GetCurrentThread (), opmask)) debug_printf ("SetThreadAffinityMask to %p failed, %E", opmask); |