Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Side by Side Diff: fusl/include/sysexits.h

Issue 1573973002: Add a "fork" of musl as //fusl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fusl/include/syscall.h ('k') | fusl/include/syslog.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef _SYSEXITS_H
2 #define _SYSEXITS_H
3 #define EX_OK 0
4 #define EX__BASE 64
5 #define EX_USAGE 64
6 #define EX_DATAERR 65
7 #define EX_NOINPUT 66
8 #define EX_NOUSER 67
9 #define EX_NOHOST 68
10 #define EX_UNAVAILABLE 69
11 #define EX_SOFTWARE 70
12 #define EX_OSERR 71
13 #define EX_OSFILE 72
14 #define EX_CANTCREAT 73
15 #define EX_IOERR 74
16 #define EX_TEMPFAIL 75
17 #define EX_PROTOCOL 76
18 #define EX_NOPERM 77
19 #define EX_CONFIG 78
20 #define EX__MAX 78
21 #endif
OLDNEW
« no previous file with comments | « fusl/include/syscall.h ('k') | fusl/include/syslog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698