From: Bruno Haible Date: Tue, 9 Sep 2025 10:43:20 +0000 (+0200) Subject: mknod: Remove support for OSF/1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=160fec10e2598efb4ee4b9d51607ad91cb3903ec;p=thirdparty%2Fgnulib.git mknod: Remove support for OSF/1. * lib/sys_stat.in.h (mknod): Simplify C++ alias declaration. --- diff --git a/ChangeLog b/ChangeLog index 0d5202e3f1..7468820a2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-09 Bruno Haible + mknod: Remove support for OSF/1. + * lib/sys_stat.in.h (mknod): Simplify C++ alias declaration. + mbrtowc: Remove support for OSF/1. * m4/mbrtowc.m4 (gl_MBRTOWC_NULL_ARG2): Remove macro. (gl_FUNC_MBRTOWC): Don't invoke it. Don't define MBRTOWC_NULL_ARG2_BUG. diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index c3c38fd653..8f676cb390 100644 --- a/lib/sys_stat.in.h +++ b/lib/sys_stat.in.h @@ -790,8 +790,7 @@ _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)); _GL_FUNCDECL_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev), _GL_ARG_NONNULL ((1))); # endif -/* Need to cast, because on OSF/1 5.1, the third parameter is '...'. */ -_GL_CXXALIAS_SYS_CAST (mknod, int, (char const *file, mode_t mode, dev_t dev)); +_GL_CXXALIAS_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev)); # endif _GL_CXXALIASWARN (mknod); #elif defined GNULIB_POSIXCHECK