aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/search/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/search/hash.c')
-rw-r--r--newlib/libc/search/hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/search/hash.c b/newlib/libc/search/hash.c
index f20322c..af2be9a 100644
--- a/newlib/libc/search/hash.c
+++ b/newlib/libc/search/hash.c
@@ -104,8 +104,7 @@ int hash_accesses, hash_collisions, hash_expansions, hash_overflows;
/* OPEN/CLOSE */
extern DB *
-_DEFUN(__hash_open, (file, flags, mode, info, dflags),
- const char *file,
+__hash_open (const char *file,
int flags,
int mode,
int dflags,