From b04e9ddc97b6cdd93cd3d2ea770194c0dedd5a03 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 14 Apr 2005 02:22:07 +0000 Subject: merge from gcc --- include/libiberty.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libiberty.h') diff --git a/include/libiberty.h b/include/libiberty.h index 80aee8b94..671a1239c 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -52,9 +52,9 @@ extern "C" { the stream is setup to avoid any multi-threaded locking. Otherwise return the FILE pointer unchanged. */ -extern FILE *fopen_unlocked (const char *path, const char *mode); -extern FILE *fdopen_unlocked (int fildes, const char *mode); -extern FILE *freopen_unlocked (const char *path, const char *mode, FILE *stream); +extern FILE *fopen_unlocked (const char *, const char *); +extern FILE *fdopen_unlocked (int, const char *); +extern FILE *freopen_unlocked (const char *, const char *, FILE *); /* Build an argument vector from a string. Allocates memory using malloc. Use freeargv to free the vector. */ -- cgit v1.2.3