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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
#ifndef _ERROR_H
#define _ERROR_H

#include <features.h>

#ifdef __cplusplus
extern "C" {
#endif

extern void (*error_print_progname) (void);
extern unsigned int error_message_count;
extern int error_one_per_line;

void error(int status, int errnum, const char *fmt, ...);
void error_at_line(int status, int errnum,
                   const char *file, unsigned int linenum,
                   const char *fmt, ...);

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving d4e7fad6 ...
found d4e7fad6 in https://inbox.vuxu.org/musl/CAA2zVHqpF3oHQL51vRQm5B1uK0oTc6qoSCkZxyZfV00BLCu7ng@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAA2zVHqpF3oHQL51vRQm5B1uK0oTc6qoSCkZxyZfV00BLCu7ng@mail.gmail.com/
diff --git a/include/error.h b/include/error.h
new file mode 100644
index 00000000..d4e7fad6

Checking patch include/error.h...
Applied patch include/error.h cleanly.

index at:
100644 d4e7fad64a1c8f119e465d65ac43c5fc5f8db388	include/error.h

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