[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * system.h: remove strerror definition, the proto
From: |
Patrice Dumas |
Subject: |
branch master updated: * system.h: remove strerror definition, the prototype looks wrong and the conditional is not set anywhere. |
Date: |
Sun, 16 Jun 2024 09:10:32 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 3d202924c8 * system.h: remove strerror definition, the prototype looks
wrong and the conditional is not set anywhere.
3d202924c8 is described below
commit 3d202924c8ddd96029129bb745772cb2918a5f10
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 a9c2b5626f..e35c0503aa 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-06-16 Patrice Dumas <pertusus@free.fr>
* info/filesys.h (infopath_string), info/infopath.c (infopath_string):
diff --git a/system.h b/system.h
index d641b5ba49..2041676c40 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * system.h: remove strerror definition, the prototype looks wrong and the conditional is not set anywhere.,
Patrice Dumas <=