]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/err.h
ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)
[thirdparty/glibc.git] / misc / err.h
index 4690d04d6a82c1e470ba853f6af59af356680b65..4dfd9a6f5daf4a74e05a8c2b1df8951bbcde03d2 100644 (file)
@@ -52,6 +52,10 @@ extern void errx (int __status, const char *__format, ...)
 extern void verrx (int __status, const char *, __gnuc_va_list)
      __attribute__ ((__noreturn__, __format__ (__printf__, 2, 0)));
 
+#ifdef __LDBL_COMPAT
+# include <bits/err-ldbl.h>
+#endif
+
 __END_DECLS
 
 #endif /* err.h */