summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-03-23 00:29:38 (GMT)
committerGitHub <noreply@github.com>2023-03-23 00:29:38 (GMT)
commit98728706dd800e365cee6f601873b515e5f8822c (patch)
tree59f0d330a2543a9aaddf7de2dd2e7a939d2a810e /bin
parent7ed1deb00f6fdc49aa48632096a8596f55cdf57f (diff)
downloadhdf5-98728706dd800e365cee6f601873b515e5f8822c.zip
hdf5-98728706dd800e365cee6f601873b515e5f8822c.tar.gz
hdf5-98728706dd800e365cee6f601873b515e5f8822c.tar.bz2
Remove getlogin work-arounds (#2620)
Unused in the library
Diffstat (limited to 'bin')
-rwxr-xr-xbin/checkposix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checkposix b/bin/checkposix
index c8dc18a..fc01a49 100755
--- a/bin/checkposix
+++ b/bin/checkposix
@@ -134,7 +134,7 @@ foreach $arg (@ARGV) {
# These are Windows system calls. Ignore them.
next if $name =~ /^(_get_osfhandle|GetFileInformationByHandle|SetFilePointer|GetLastError|SetEndOfFile)$/;
- next if $name =~ /^(FindNextFile|FindClose|_tzset|Wgettimeofday|GetSystemTimeAsFileTime|Wgetlogin|GetUserName)$/;
+ next if $name =~ /^(FindNextFile|FindClose|_tzset|Wgettimeofday|GetSystemTimeAsFileTime|GetUserName)$/;
next if $name =~ /^(DeleteCriticalSection|TlsFree|TlsGetValue|CreateThread)$/;
next if $name =~ /^(ExpandEnvironmentStringsA|LockFileEx|UnlockFileEx)$/;
next if $name =~ /^(DllMain|LocalAlloc|LocalFree)$/;