libfs: update kernel library references

This commit is contained in:
2026-05-28 20:37:44 +01:00
parent 68566cd138
commit daca537875
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "../interface.h"
#include <errno.h>
#include <mango/status.h>
#include <magenta/status.h>
extern kern_status_t fs_msg_close(
xpc_context_t *ctx,
+3 -3
View File
@@ -5,9 +5,9 @@
#include <fs/context.h>
#include <fs/file.h>
#include <fs/status.h>
#include <mango/handle.h>
#include <mango/log.h>
#include <mango/vm.h>
#include <magenta/handle.h>
#include <magenta/log.h>
#include <magenta/vm.h>
#include <sys/mman.h>
static int create_file_mapping(
+1 -1
View File
@@ -4,7 +4,7 @@
#include <fs/context.h>
#include <fs/file.h>
#include <fs/status.h>
#include <mango/log.h>
#include <magenta/log.h>
#include <stdio.h>
extern kern_status_t fs_msg_open(