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

Side by Side Diff: fusl/arch/generic/bits/errno.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 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/arch/arm/bits/termios.h ('k') | fusl/arch/generic/bits/fcntl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #define EPERM 1 1 #define EPERM 1
2 #define ENOENT 2 2 #define ENOENT 2
3 #define ESRCH 3 3 #define ESRCH 3
4 #define EINTR 4 4 #define EINTR 4
5 #define EIO 5 5 #define EIO 5
6 #define ENXIO 6 6 #define ENXIO 6
7 #define E2BIG 7 7 #define E2BIG 7
8 #define ENOEXEC 8 8 #define ENOEXEC 8
9 #define EBADF 9 9 #define EBADF 9
10 #define ECHILD 10 10 #define ECHILD 10
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 #define EMEDIUMTYPE 124 125 #define EMEDIUMTYPE 124
126 #define ECANCELED 125 126 #define ECANCELED 125
127 #define ENOKEY 126 127 #define ENOKEY 126
128 #define EKEYEXPIRED 127 128 #define EKEYEXPIRED 127
129 #define EKEYREVOKED 128 129 #define EKEYREVOKED 128
130 #define EKEYREJECTED 129 130 #define EKEYREJECTED 129
131 #define EOWNERDEAD 130 131 #define EOWNERDEAD 130
132 #define ENOTRECOVERABLE 131 132 #define ENOTRECOVERABLE 131
133 #define ERFKILL 132 133 #define ERFKILL 132
134 #define EHWPOISON 133 134 #define EHWPOISON 133
OLDNEW
« no previous file with comments | « fusl/arch/arm/bits/termios.h ('k') | fusl/arch/generic/bits/fcntl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698