[PATCH v2 08/18] ptpd: Define GLOB_ABORTED as GLOB_ABEND

Gabriel Moyano gabriel.moyano at dlr.de
Mon Apr 17 07:59:21 UTC 2023


From: Chris Johns <chrisj at rtems.org>

---
 rtemsbsd/ptpd/src/dep/sys.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rtemsbsd/ptpd/src/dep/sys.c b/rtemsbsd/ptpd/src/dep/sys.c
index bf459a62..b5831701 100644
--- a/rtemsbsd/ptpd/src/dep/sys.c
+++ b/rtemsbsd/ptpd/src/dep/sys.c
@@ -69,6 +69,10 @@
 #  include <net/if_ether.h>
 #endif
 
+#if !defined(GLOB_ABORTED)
+#define GLOB_ABORTED GLOB_ABEND
+#endif
+
 /* only C99 has the round function built-in */
 double round (double __x);
 
-- 
2.25.1



More information about the devel mailing list