libiberty: remove duplicated declaration of mkstemps

* libiberty.h (mkstemps): Remove duplicate.
This commit is contained in:
Andreas Schwab 2025-05-14 15:12:16 +02:00
parent 8ea0d98fc9
commit 4a49450b94
1 changed files with 0 additions and 4 deletions

View File

@ -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)