summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/common/pal_stdclib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/common/pal_stdclib.h')
-rw-r--r--src/pal/tests/palsuite/common/pal_stdclib.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/common/pal_stdclib.h b/src/pal/tests/palsuite/common/pal_stdclib.h
new file mode 100644
index 0000000000..61963db67c
--- /dev/null
+++ b/src/pal/tests/palsuite/common/pal_stdclib.h
@@ -0,0 +1,24 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+/*============================================================================
+**
+** Source: pal_stdlib.h
+**
+** Purpose:
+**
+**
+**==========================================================================*/
+
+
+#ifndef __PAL_STDCLIB_H__
+#define __PAL_STDCLIB_H__
+
+/*
+ * <stdio.h> definitions & functions
+ */
+
+#define EOF (-1)
+
+#endif // __PAL_STDCLIB_H__