clone.c\thread\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/thread/clone.c
blob: be80c8ea4800d58f50526b842d864bb2e2e0804e (plain) (blame)
1
2
3
4
5
6
7
#include <errno.h>
#include "pthread_impl.h"
int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...)
{
	return -ENOSYS;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 20:26:34 +0000

AltStyle によって変換されたページ (->オリジナル) /