mailing list of musl libc
 help / color / mirror / code / Atom feed
c5b9e5264f47eaf5cbaf6b198ddf70565d567f73 blob 128 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <stdlib.h>
#include <signal.h>
#include "syscall.h"

void abort(void)
{
	raise(SIGABRT);
	raise(SIGKILL);
	for (;;);
}
debug log:

solving c5b9e52 ...
found c5b9e52 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).