comparison m4/openat.m4 @ 11586:35f0931dc243

Simplify use of mode_t varargs.
author Bruno Haible <bruno@clisp.org>
date Fri, 22 May 2009 13:48:52 +0200
parents f6cba5a556ce
children 80567a8f98f8
comparison
equal deleted inserted replaced
11585:e5e87741d992 11586:35f0931dc243
1 # serial 17 1 # serial 18
2 # See if we need to use our replacement for Solaris' openat et al functions. 2 # See if we need to use our replacement for Solaris' openat et al functions.
3 3
4 dnl Copyright (C) 2004-2009 Free Software Foundation, Inc. 4 dnl Copyright (C) 2004-2009 Free Software Foundation, Inc.
5 dnl This file is free software; the Free Software Foundation 5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it, 6 dnl gives unlimited permission to copy and/or distribute it,
85 fi 85 fi
86 ]) 86 ])
87 87
88 AC_DEFUN([gl_PREREQ_OPENAT], 88 AC_DEFUN([gl_PREREQ_OPENAT],
89 [ 89 [
90 AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T])
90 : 91 :
91 ]) 92 ])