From e6ffa13df2045e2b396c4b499351f6f54408eaca Mon Sep 17 00:00:00 2001 From: Prabhpreet Dua <615318+prabhpreet@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:52:20 +0530 Subject: [PATCH] Additional doc comment --- src/alloc/allocext/linux.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alloc/allocext/linux.rs b/src/alloc/allocext/linux.rs index 3320f6e..bcc5512 100644 --- a/src/alloc/allocext/linux.rs +++ b/src/alloc/allocext/linux.rs @@ -16,6 +16,7 @@ mod memfd_secret_alloc { use core::convert::TryInto; /// Allocate memfd_secret with given size and optionally at given address ptr + /// Returns tuple of ptr to memory and file descriptor of memfd_secret #[inline] pub unsafe fn alloc_memfd_secret_at_ptr( size: usize,