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

Gabriel Moyano gabriel.moyano at dlr.de
Wed Apr 12 13:54:12 UTC 2023


From: Chris Johns <chrisj at rtems.org>

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

diff --git a/freebsd/contrib/ptpd/src/dep/sys.c b/freebsd/contrib/ptpd/src/dep/sys.c
index bf459a62..b5831701 100644
--- a/freebsd/contrib/ptpd/src/dep/sys.c
+++ b/freebsd/contrib/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