POSIX-2024: support for MSG_CMSG_CLOEXEC and MSG_CMSG_CLOFORK

Change-Id: I55551860fb7dac5d0c11a6d4201502fff9ab2d13
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9332
Reviewed-by: waddlesplash <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Jérôme Duval
2025-06-09 16:26:13 +00:00
committed by waddlesplash
parent 904fd2abf0
commit 396ebbc16f
5 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ struct net_protocol_module_info {
ancillary_data_container* container, const cmsghdr* header);
ssize_t (*process_ancillary_data)(net_protocol* self,
const ancillary_data_container* container,
void* buffer, size_t bufferSize);
void* buffer, size_t bufferSize, int flags);
ssize_t (*process_ancillary_data_no_container)(net_protocol* self,
net_buffer* buffer, void* data, size_t bufferSize);