Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-07-14 19:32:53 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-07-14 19:32:53 +0300
commit1f962581ffb5255121922cd93dec1fa9a06406d9 (patch)
tree4aaf7090fab4330fe97465cc6f702be9c4a31f14 /winsup/cygwin/syscalls.cc
parent4ce1a1ddc489f13e45abaf563e601e4df1e1c21c (diff)
Cygwin: fix or delete a few comments to drop 32 bit references
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/syscalls.cc')
-rw-r--r--winsup/cygwin/syscalls.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/syscalls.cc b/winsup/cygwin/syscalls.cc
index 4c7de57c3..da8779743 100644
--- a/winsup/cygwin/syscalls.cc
+++ b/winsup/cygwin/syscalls.cc
@@ -4175,10 +4175,6 @@ gethostid (void)
{
/* Fetch the globally unique MachineGuid value from
HKLM/Software/Microsoft/Cryptography and hash it. */
-
- /* Caution: sizeof long might become > 4 when we go 64 bit, but gethostid
- is supposed to return a 32 bit value, despite the return type long.
- That's why hostid is *not* long here. */
int32_t hostid = 0x40291372; /* Choose a nice start value */
WCHAR wguid[38];