From 52cf7d345d34e59973a8cc04773bdc1f9ba39421 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Aug 1999 20:40:44 +0000 Subject: Update. * misc/libgen.h: Don't take basename macro as taking arguments. * sysdeps/arm/bits/huge_val.h: Use hexadecimal floating-point constants for gcc >= 2.95. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/i386/bits/huge_val.h: Likewise. * sysdeps/ieee754/bits/huge_val.h: Likewise. * sysdeps/m68k/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc32/fpu/bits/huge_val.h: Likewise. * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Likewise. --- conform/data/glob.h-data | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conform/data/glob.h-data') diff --git a/conform/data/glob.h-data b/conform/data/glob.h-data index fd24e7fa79..221a3154cb 100644 --- a/conform/data/glob.h-data +++ b/conform/data/glob.h-data @@ -5,7 +5,7 @@ element glob_t {char**} gl_pathv element glob_t size_t gl_offs constant GLOB_APPEND -constant GLOB_DOOFS +constant GLOB_DOOFFS constant GLOB_ERR constant GLOB_MARK constant GLOB_NOCHECK @@ -18,8 +18,9 @@ constant GLOB_NOSPACE constant GLOB_NOSYS function int glob (const char*, int, int (*) (const char*, int), glob_t*) -function void globfree (glob_t) +function void globfree (glob_t *) allow gl_* allow GLOB_* +allow *_t #endif -- cgit v1.2.3