libc: update kernel library references

This commit is contained in:
2026-05-28 20:39:54 +01:00
parent daca537875
commit a5d99ca248
34 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SYS_MMAN_H_
#define SYS_MMAN_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stddef.h>
#define PROT_NONE 0x00u
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SYS_REMOTE_H_
#define SYS_REMOTE_H_
#include <mango/types.h>
#include <magenta/types.h>
#include <stdbool.h>
enum sys_remote_id {
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef SYS_TYPES_H_
#define SYS_TYPES_H_
#include <mango/types.h>
#include <magenta/types.h>
#define SEEK_SET 0
#define SEEK_CUR 1