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 _THREAD_PTHREAD_H_
#define _THREAD_PTHREAD_H_
#include <mango/types.h>
#include <magenta/types.h>
enum pthread_flags {
THREAD_DETACHED = 0x01u,