diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2018-12-27 13:02:15 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2018-12-27 13:02:15 +0000 |
commit | cd49e866fcf9b07db5e0e79c2ed8b07e4e21a9c1 (patch) | |
tree | 0da004c533fd2d244e46f7f695698860bfa58adc /lib/libc/include/errlst.h | |
parent | 2cb73efc0d44459b82fcdc362d9878e560291403 (diff) |
Notes
Diffstat (limited to 'lib/libc/include/errlst.h')
-rw-r--r-- | lib/libc/include/errlst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/errlst.h b/lib/libc/include/errlst.h index 3834524fb87b9..99492f840da56 100644 --- a/lib/libc/include/errlst.h +++ b/lib/libc/include/errlst.h @@ -42,4 +42,6 @@ extern const int __hidden_sys_nerr __hidden; #define __hidden_sys_nerr sys_nerr #endif +extern const char __uprefix[] __hidden; + #endif /* __ERRLST_H__ */ |