libxpc: update kernel library references

This commit is contained in:
2026-05-28 20:31:49 +01:00
parent 497f29fbbc
commit 68566cd138
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ sysroot_add_library(
HEADER_DIR /usr/include HEADER_DIR /usr/include
LIB_DIR /usr/lib) LIB_DIR /usr/lib)
target_link_libraries(libxpc libmango libc) target_link_libraries(libxpc libmagenta libc)
target_link_libraries(libxpc-static libmango libc-core) target_link_libraries(libxpc-static libmagenta libc-core)
#set_target_properties(libxpc-static PROPERTIES POSITION_INDEPENDENT_CODE FALSE) #set_target_properties(libxpc-static PROPERTIES POSITION_INDEPENDENT_CODE FALSE)
+1 -1
View File
@@ -1,4 +1,4 @@
#include <mango/status.h> #include <magenta/status.h>
#include <string.h> #include <string.h>
#include <xpc/buffer.h> #include <xpc/buffer.h>
#include <xpc/msg.h> #include <xpc/msg.h>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef XPC_BUFFER_H_ #ifndef XPC_BUFFER_H_
#define XPC_BUFFER_H_ #define XPC_BUFFER_H_
#include <mango/types.h> #include <magenta/types.h>
#include <stddef.h> #include <stddef.h>
#include <xpc/status.h> #include <xpc/status.h>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef XPC_ENDPOINT_H_ #ifndef XPC_ENDPOINT_H_
#define XPC_ENDPOINT_H_ #define XPC_ENDPOINT_H_
#include <mango/types.h> #include <magenta/types.h>
typedef struct xpc_endpoint { typedef struct xpc_endpoint {
kern_handle_t e_channel; kern_handle_t e_channel;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef XPC_MSG_H_ #ifndef XPC_MSG_H_
#define XPC_MSG_H_ #define XPC_MSG_H_
#include <mango/types.h> #include <magenta/types.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <xpc/endpoint.h> #include <xpc/endpoint.h>
+3 -3
View File
@@ -1,6 +1,6 @@
#include <mango/msg.h> #include <magenta/msg.h>
#include <mango/object.h> #include <magenta/object.h>
#include <mango/signal.h> #include <magenta/signal.h>
#include <string.h> #include <string.h>
#include <xpc/msg.h> #include <xpc/msg.h>
+1 -1
View File
@@ -1,4 +1,4 @@
#include <mango/status.h> #include <magenta/status.h>
#include <xpc/msg.h> #include <xpc/msg.h>
#include <xpc/string.h> #include <xpc/string.h>