mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
Fix cgo includes for musl
closes #3284 Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
This commit is contained in:
@ -24,6 +24,7 @@ import (
|
||||
/*
|
||||
#cgo remoteclient CFLAGS: -DDISABLE_JOIN_SHORTCUT
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
extern uid_t rootless_uid();
|
||||
extern uid_t rootless_gid();
|
||||
extern int reexec_in_user_namespace(int ready, char *pause_pid_file_path, char *file_to_read, int fd);
|
||||
|
Reference in New Issue
Block a user