* lib/stdio.in.h (fcloseall): Treat DragonFly BSD like FreeBSD.
+2021-05-22 Bruno Haible <bruno@clisp.org>
+
+ stdio: Fix compilation error on DragonFly BSD.
+ * lib/stdio.in.h (fcloseall): Treat DragonFly BSD like FreeBSD.
+
2021-05-22 Larkin Nickle <me@larbob.org> (tiny change)
getprogname: port to Tru64
_GL_CXXALIAS_MDA (fcloseall, int, (void));
# else
# if @HAVE_DECL_FCLOSEALL@
-# if defined __FreeBSD__
+# if defined __FreeBSD__ || defined __DragonFly__
_GL_CXXALIAS_SYS (fcloseall, void, (void));
# else
_GL_CXXALIAS_SYS (fcloseall, int, (void));