Browse Source

Merge topic 'update-kwsys'

251124dfe1 Merge branch 'upstream-KWSys' into update-kwsys
43effccf86 KWSys 2025-04-23 (6c76a545)

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10700
Brad King 7 months ago
parent
commit
a820819bb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/testSystemTools.cxx

+ 1 - 1
Source/kwsys/testSystemTools.cxx

@@ -351,7 +351,7 @@ static bool CheckFileOperations()
   // While we're at it, check proper TestFileAccess functionality.
   bool do_write_test = true;
 #if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__) ||     \
-  defined(__NetBSD__) || defined(__DragonFly__) || defined(__HOS_AIX__)
+  defined(__NetBSD__) || defined(__DragonFly__) || defined(_AIX)
   // If we are running as root on POSIX-ish systems (Linux and the BSDs,
   // at least), ignore this check, as root can always write to files.
   do_write_test = (getuid() != 0);