diff options
author | Andreas Schwab <schwab@suse.de> | 2025-05-14 15:12:16 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2025-05-14 15:58:33 +0200 |
commit | 4a49450b94f1c6a24a3118577300e291384a1c3a (patch) | |
tree | f4471576a8155a72dacdcd79a782c2b1acbed4c2 | |
parent | 8ea0d98fc9a87e8f6e82cf431419871eeeb35baa (diff) | |
download | gcc-4a49450b94f1c6a24a3118577300e291384a1c3a.zip gcc-4a49450b94f1c6a24a3118577300e291384a1c3a.tar.gz gcc-4a49450b94f1c6a24a3118577300e291384a1c3a.tar.bz2 |
libiberty: remove duplicated declaration of mkstemps
* libiberty.h (mkstemps): Remove duplicate.
-rw-r--r-- | include/libiberty.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index d4e8791..4ec9b9a 100644 --- a/include/libiberty.h +++ b/include/libiberty.h @@ -215,10 +215,6 @@ extern int ffs(int); extern int mkstemps(char *, int); #endif -#if defined (HAVE_DECL_MKSTEMPS) && !HAVE_DECL_MKSTEMPS -extern int mkstemps(char *, int); -#endif - /* Make memrchr available on systems that do not have it. */ #if !defined (__GNU_LIBRARY__ ) && !defined (__linux__) && \ !defined (HAVE_MEMRCHR) |