Skip to content

Commit b6d5f49

Browse files
hgqxjjMBaesken
authored andcommitted
8365296: Build failure with Clang due to -Wformat warning after JDK-8364611
Reviewed-by: ayang, mbaesken
1 parent 5856dc3 commit b6d5f49

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/jdk/java/lang/ProcessBuilder/childSignalDisposition/exePrintSignalDisposition.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -72,11 +72,7 @@ int main(int argc, char** argv) {
7272
} else {
7373
printf("%p ", handler);
7474
}
75-
#ifdef _AIX
7675
printf("%X\n", act.sa_flags);
77-
#else
78-
printf("%X %X\n", act.sa_flags, act.sa_mask);
79-
#endif
8076
}
8177

8278
return 0;

0 commit comments

Comments
 (0)