mailing list of musl libc
 help / color / mirror / code / Atom feed
03b1ca41f220edd51c88245ddc1633718917c351 blob 370 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
#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, int, const char *, ...);
void error_at_line(int, int, const char *, unsigned int, const char *, ...);

#ifdef __cplusplus
}
#endif

#endif
debug log:

solving 03b1ca41 ...
found 03b1ca41 in https://inbox.vuxu.org/musl/CAA2zVHrTwFc26Zvgq5gk0=h39hUTYfVUk_JE4FB9FxJ76GjKJQ@mail.gmail.com/

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

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

index at:
100644 03b1ca41f220edd51c88245ddc1633718917c351	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).