aboutsummaryrefslogtreecommitdiff
path: root/include/filenames.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2014-11-05 18:23:19 +0000
committerDJ Delorie <dj@redhat.com>2014-11-05 18:23:19 +0000
commit3a4fcef804dac80dba686a793fdc8b96be6a54e6 (patch)
treee11f26a04b131f36e475198db42efe06e91e0fcc /include/filenames.h
parente5e6b6c49f1fbca0b3fd9b58e98fa25116d9e438 (diff)
downloadnewlib-3a4fcef804dac80dba686a793fdc8b96be6a54e6.zip
newlib-3a4fcef804dac80dba686a793fdc8b96be6a54e6.tar.gz
newlib-3a4fcef804dac80dba686a793fdc8b96be6a54e6.tar.bz2
merge from gcc
Diffstat (limited to 'include/filenames.h')
-rw-r--r--include/filenames.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/filenames.h b/include/filenames.h
index e799a51..470c5e0 100644
--- a/include/filenames.h
+++ b/include/filenames.h
@@ -90,6 +90,8 @@ extern hashval_t filename_hash (const void *s);
extern int filename_eq (const void *s1, const void *s2);
+extern int canonical_filename_eq (const char *a, const char *b);
+
#ifdef __cplusplus
}
#endif