diff options
author | Kirk McKusick <mckusick@FreeBSD.org> | 2019-01-17 15:42:10 +0000 |
---|---|---|
committer | Kirk McKusick <mckusick@FreeBSD.org> | 2019-01-17 15:42:10 +0000 |
commit | cc50e5a1b82e44526f44361d0f6020e81ed3dc3a (patch) | |
tree | 9626c88bc88ac8e24a394c24435e984afe7ce553 /contrib | |
parent | cbb97f8d1e2adc67924c7657a897551e86744be8 (diff) | |
download | src-test2-cc50e5a1b82e44526f44361d0f6020e81ed3dc3a.tar.gz src-test2-cc50e5a1b82e44526f44361d0f6020e81ed3dc3a.zip |
Notes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libc++/include/errno.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/include/errno.h b/contrib/libc++/include/errno.h index a6837a00c49b..5513485e2d11 100644 --- a/contrib/libc++/include/errno.h +++ b/contrib/libc++/include/errno.h @@ -39,13 +39,13 @@ Macros: static const int __elast1 = ELAST+1; static const int __elast2 = ELAST+2; -static const int __elast2 = ELAST+3; +static const int __elast3 = ELAST+3; #else static const int __elast1 = 104; static const int __elast2 = 105; -static const int __elast2 = 106; +static const int __elast3 = 106; #endif |