Skip to content

Commit acf8a34

Browse files
committed
Add additional error number
1 parent b6105cc commit acf8a34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/include/llvm-libc-macros/generic-error-number-macros.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@
4444
#define EDOM 33
4545
#define ERANGE 34
4646
#define EILSEQ 35
47+
#define ENAMETOOLONG 63
48+
#define EOVERFLOW 75
4749

4850
#endif // LLVM_LIBC_MACROS_GENERIC_ERROR_NUMBER_MACROS_H

0 commit comments

Comments
 (0)