summaryrefslogtreecommitdiffstats
path: root/lib/basename.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-04-26 15:13:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:54 +0200
commit5e6d385b78c3424c3c7387088ad81b9db2c12774 (patch)
tree0b9a4b01010a7bc57c305c883d69eeff64882c28 /lib/basename.c
parent5c3d827e312b44a05013642e6d4c0efb24c88977 (diff)
downloadexternal_gettext-5e6d385b78c3424c3c7387088ad81b9db2c12774.zip
external_gettext-5e6d385b78c3424c3c7387088ad81b9db2c12774.tar.gz
external_gettext-5e6d385b78c3424c3c7387088ad81b9db2c12774.tar.bz2
Portability to Linux libc5.
Diffstat (limited to 'lib/basename.c')
-rw-r--r--lib/basename.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/basename.c b/lib/basename.c
index 9a4f340..c121364 100644
--- a/lib/basename.c
+++ b/lib/basename.c
@@ -1,5 +1,5 @@
/* Return the name-within-directory of a file name.
- Copyright (C) 1996-1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1996-1999, 2000-2002 Free Software Foundation, Inc.
NOTE: The canonical source of this file is maintained with the GNU C Library.
Bugs can be reported to bug-glibc@gnu.org.
@@ -26,7 +26,7 @@
/* Specification. */
#include "basename.h"
-#ifndef __GNU_LIBRARY__
+#ifndef __GLIBC__
#include <stdio.h>
#include <assert.h>