_Exit.c\exit\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/exit/_Exit.c
blob: 7a6115c7bbc71265929b20c8817d8476ee184b39 (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdlib.h>
#include "syscall.h"
_Noreturn void _Exit(int ec)
{
	__syscall(SYS_exit_group, ec);
	for (;;) __syscall(SYS_exit, ec);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 09:24:31 +0000

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