aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/fixincl.x
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/fixincl.x')
-rw-r--r--fixincludes/fixincl.x55
1 files changed, 50 insertions, 5 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x
index a83fa2f..4389ac8 100644
--- a/fixincludes/fixincl.x
+++ b/fixincludes/fixincl.x
@@ -2,11 +2,11 @@
*
* DO NOT EDIT THIS FILE (fixincl.x)
*
- * It has been AutoGen-ed January 15, 2022 at 10:53:02 PM by AutoGen 5.18.16
+ * It has been AutoGen-ed January 15, 2022 at 10:53:57 PM by AutoGen 5.18.16
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jan 15 22:53:02 UTC 2022
+/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jan 15 22:53:57 UTC 2022
*
* You must regenerate it. Use the ./genfixes script.
*
@@ -15,7 +15,7 @@
* certain ANSI-incompatible system header files which are fixed to work
* correctly with ANSI C and placed in a directory that GNU C will search.
*
- * This file contains 264 fixup descriptions.
+ * This file contains 265 fixup descriptions.
*
* See README for more information.
*
@@ -10588,6 +10588,45 @@ static const char* apzVxworks_Iolib_Include_UnistdPatch[] = {
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
+ * Description of Vxworks_Time_H_Syslib fix
+ */
+tSCC zVxworks_Time_H_SyslibName[] =
+ "vxworks_time_h_syslib";
+
+/*
+ * File name selection pattern
+ */
+tSCC zVxworks_Time_H_SyslibList[] =
+ "time.h\0";
+/*
+ * Machine/OS name selection pattern
+ */
+tSCC* apzVxworks_Time_H_SyslibMachs[] = {
+ "*-*-vxworks*",
+ (const char*)NULL };
+
+/*
+ * content selection pattern - do fix if pattern found
+ */
+tSCC zVxworks_Time_H_SyslibSelect0[] =
+ "[ \t]*#define[ \t]+CLOCKS_PER_SEC[ \t]+sysClkRateGet.*";
+
+#define VXWORKS_TIME_H_SYSLIB_TEST_CT 1
+static tTestDesc aVxworks_Time_H_SyslibTests[] = {
+ { TT_EGREP, zVxworks_Time_H_SyslibSelect0, (regex_t*)NULL }, };
+
+/*
+ * Fix Command Arguments for Vxworks_Time_H_Syslib
+ */
+static const char* apzVxworks_Time_H_SyslibPatch[] = {
+ "format",
+ "%0\n\
+#include <sysLib.h>",
+ "#include <vxWorks.h>|#endif.* _YVALS.*",
+ (char*)NULL };
+
+/* * * * * * * * * * * * * * * * * * * * * * * * * *
+ *
* Description of X11_Class fix
*/
tSCC zX11_ClassName[] =
@@ -10756,9 +10795,9 @@ static const char* apzX11_SprintfPatch[] = {
*
* List of all fixes
*/
-#define REGEX_COUNT 303
+#define REGEX_COUNT 304
#define MACH_LIST_SIZE_LIMIT 187
-#define FIX_COUNT 264
+#define FIX_COUNT 265
/*
* Enumerate the fixes
@@ -11024,6 +11063,7 @@ typedef enum {
VXWORKS_TIME_FIXIDX,
VXWORKS_WRITE_CONST_FIXIDX,
VXWORKS_IOLIB_INCLUDE_UNISTD_FIXIDX,
+ VXWORKS_TIME_H_SYSLIB_FIXIDX,
X11_CLASS_FIXIDX,
X11_CLASS_USAGE_FIXIDX,
X11_NEW_FIXIDX,
@@ -12331,6 +12371,11 @@ tFixDesc fixDescList[ FIX_COUNT ] = {
VXWORKS_IOLIB_INCLUDE_UNISTD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aVxworks_Iolib_Include_UnistdTests, apzVxworks_Iolib_Include_UnistdPatch, 0 },
+ { zVxworks_Time_H_SyslibName, zVxworks_Time_H_SyslibList,
+ apzVxworks_Time_H_SyslibMachs,
+ VXWORKS_TIME_H_SYSLIB_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
+ aVxworks_Time_H_SyslibTests, apzVxworks_Time_H_SyslibPatch, 0 },
+
{ zX11_ClassName, zX11_ClassList,
apzX11_ClassMachs,
X11_CLASS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,