summaryrefslogtreecommitdiff
path: root/lib/sys_stat.in.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-12-20 22:51:46 +0100
committerLudovic Courtès <ludo@gnu.org>2010-12-20 22:51:46 +0100
commitab4d62adbf5ee06a9ecbdb805c83c326a866b33c (patch)
tree0f9f26a991d0af425ddfa21f0fad0386629bf9a9 /lib/sys_stat.in.h
parentb90b4b2bf2892d868839cf599365a001999f8c15 (diff)
downloadguile-ab4d62adbf5ee06a9ecbdb805c83c326a866b33c.tar.gz
Update Gnulib to v0.0-4544-gce083ca.
Diffstat (limited to 'lib/sys_stat.in.h')
-rw-r--r--lib/sys_stat.in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h
index 920da9ab5..f969ab9d1 100644
--- a/lib/sys_stat.in.h
+++ b/lib/sys_stat.in.h
@@ -550,7 +550,8 @@ _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
-_GL_CXXALIAS_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev));
+/* 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));
# endif
_GL_CXXALIASWARN (mknod);
#elif defined GNULIB_POSIXCHECK