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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#include <stdlib.h>
#include <signal.h>
#include "syscall.h"

#if __STDC_VERSION__ < 201112L
# if __GNUC__
#  define _Noreturn __attribute__((__noreturn__))
# else
#  define _Noreturn
# endif
#endif

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

solving a3fa436 ...
found a3fa436 in https://inbox.vuxu.org/musl/20120905135311.43281a54@gmail.com/
found c5b9e52 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 c5b9e5264f47eaf5cbaf6b198ddf70565d567f73	src/exit/abort.c

applying [1/1] https://inbox.vuxu.org/musl/20120905135311.43281a54@gmail.com/
diff --git a/src/exit/abort.c b/src/exit/abort.c
index c5b9e52..a3fa436 100644

Checking patch src/exit/abort.c...
Applied patch src/exit/abort.c cleanly.

index at:
100644 dcd5e21f5e28cd55bde1bb9af98932754a9c608d	src/exit/abort.c

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).