Skip to content

Commit

Permalink
stefank whitespace suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbarrett committed Jan 9, 2025
1 parent 000aca9 commit 97a56ae
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/hotspot/os/posix/forbiddenFunctions_posix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define OS_POSIX_FORBIDDENFUNCTIONS_POSIX_HPP

#include "utilities/compilerWarnings.hpp"

#include <stddef.h> // for size_t
#include <unistd.h> // clang workaround for _exit - see FORBID macro.

Expand Down
1 change: 1 addition & 0 deletions src/hotspot/os/windows/forbiddenFunctions_windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define OS_WINDOWS_FORBIDDENFUNCTIONS_WINDOWS_HPP

#include "utilities/compilerWarnings.hpp"

#include <stddef.h> // for size_t

// _fullpath with a null first argument mallocs a string for the result.
Expand Down
1 change: 1 addition & 0 deletions src/hotspot/share/utilities/forbiddenFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "utilities/compilerWarnings.hpp"
#include "utilities/macros.hpp"

#include <stdarg.h> // for va_list
#include <stddef.h> // for size_t
#include <stdlib.h> // clang workaround for exit, _exit, _Exit - see FORBID macro.
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/share/utilities/permitForbiddenFunctions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,3 @@ END_ALLOW_FORBIDDEN_FUNCTIONS
} // namespace permit_forbidden_function

#endif // SHARE_UTILITIES_PERMITFORBIDDENFUNCTIONS_HPP

1 change: 1 addition & 0 deletions test/hotspot/gtest/unittest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#define UNITTEST_HPP

#include "utilities/globalDefinitions.hpp"

#include <stdlib.h>
#include <stdio.h>

Expand Down

0 comments on commit 97a56ae

Please sign in to comment.