2.9
[glibc/nacl-glibc.git] / conform / data / fmtmsg.h-data
blobda1ed65ac4483b6045657004176128b7f3832305
1 #if !defined ISO && !defined POSIX
2 macro MM_HARD
3 constant MM_HARD
5 macro MM_SOFT
6 constant MM_SOFT
8 macro MM_FIRM
9 constant MM_FIRM
11 macro MM_APPL
12 constant MM_APPL
14 macro MM_UTIL
15 constant MM_UTIL
17 macro MM_OPSYS
18 constant MM_OPSYS
20 macro MM_RECOVER
21 constant MM_RECOVER
23 macro MM_NRECOV
24 constant MM_NRECOV
26 macro MM_HALT
27 constant MM_HALT
29 macro MM_ERROR
30 constant MM_ERROR
32 macro MM_WARNING
33 constant MM_WARNING
35 macro MM_INFO
36 constant MM_INFO
38 macro MM_NOSEV
39 constant MM_NOSEV
41 macro MM_PRINT
42 constant MM_PRINT
44 macro MM_CONSOLE
45 constant MM_CONSOLE
47 constant MM_NULLLBL 0
48 constant MM_NULLSEV 0
49 constant MM_NULLMC 0
50 constant MM_NULLTXT 0
51 constant MM_NULLACT 0
52 constant MM_NULLTAG 0
54 macro MM_OK
55 macro MM_NOTOK
56 macro MM_NOMSG
57 macro MM_NOCON
59 function int fmtmsg (long, const char*, int, const char*, const char*, const char*)
61 allow *_t
62 allow MM_*
63 #endif