diff options
author | DJ Delorie <dj@delorie.com> | 2005-04-14 02:22:18 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-04-14 02:22:18 +0000 |
commit | ec047500404a787b7279d77ead267a7004bad4fe (patch) | |
tree | d25757f9ce7402077a0a2efa83cb61430889c684 /include/libiberty.h | |
parent | 78ab403f86c37365076e457c513c8a289a3855d0 (diff) | |
download | gdb-ec047500404a787b7279d77ead267a7004bad4fe.tar.gz |
merge from gcc
Diffstat (limited to 'include/libiberty.h')
-rw-r--r-- | include/libiberty.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 80aee8b9460..671a1239c65 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. */ |