[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Thu, 29 Aug 2024 15:45:39 -0400 (EDT) |
branch: release/7.1
commit 61539965f9262367b4eaade347b013568aee148d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jun 16 15:10:22 2024 +0200
* system.h: remove strerror definition, the prototype looks wrong and
the conditional is not set anywhere.
---
ChangeLog | 5 +++++
system.h | 4 ----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c75076fca0..c306e7e083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-16 Patrice Dumas <pertusus@free.fr>
+
+ * system.h: remove strerror definition, the prototype looks wrong and
+ the conditional is not set anywhere.
+
2024-08-09 Patrice Dumas <pertusus@free.fr>
Use prototypes instead of old style K&R definitions
diff --git a/system.h b/system.h
index e8a00f4519..2a7bef91ca 100644
--- a/system.h
+++ b/system.h
@@ -65,10 +65,6 @@ extern int errno;
#include <perror.h>
#endif
-#ifndef HAVE_DECL_STRERROR
-extern char *strerror ();
-#endif
-
#include <limits.h>
#ifndef PATH_MAX