summaryrefslogtreecommitdiff
path: root/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp')
-rw-r--r--src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp b/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp
index 70ba8b09f2b..6fedcca6031 100644
--- a/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp
+++ b/src/VBox/HostDrivers/Support/darwin/SUPR3HardenedMain-darwin.cpp
@@ -194,7 +194,6 @@ static int supR3HardenedDarwinIssetugidInterpose(void)
/**
* Callback to get notified of new images being loaded to be able to apply our dlopn() interposer.
*
- * @returns nothing.
* @param mh Pointer to the mach header of the loaded image.
* @param vmaddr_slide The slide value for ASLR.
*/
@@ -209,8 +208,6 @@ static DECLCALLBACK(void) supR3HardenedDarwinAddImage(const struct mach_header *
/**
* Hardening initialization for macOS hosts.
*
- * @returns nothing.
- *
* @note Doesn't return on error.
*/
DECLHIDDEN(void) supR3HardenedDarwinInit(void)