X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsys_ioctl_h.m4;h=97cab84b067f4360f5e8674389b0dc0fbd6e3af9;hb=2d86779b66c22650afcf6041018d40257445979a;hp=f6face257474da07a28149deb947ae596ff5de9a;hpb=23737e3dd01ef6ac0ae9134300a4c66807ae00d2;p=gnulib.git diff --git a/m4/sys_ioctl_h.m4 b/m4/sys_ioctl_h.m4 index f6face257..97cab84b0 100644 --- a/m4/sys_ioctl_h.m4 +++ b/m4/sys_ioctl_h.m4 @@ -1,5 +1,5 @@ -# sys_ioctl_h.m4 serial 8 -dnl Copyright (C) 2008-2010 Free Software Foundation, Inc. +# sys_ioctl_h.m4 serial 9 +dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -38,7 +38,7 @@ AC_DEFUN([gl_SYS_IOCTL_H], dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include /* Some platforms declare ioctl in the wrong header. */ -#ifndef __GLIBC__ +#if !(defined __GLIBC__ && !defined __UCLIBC__) # include #endif ]], [ioctl])