OSDN Git Service

* include/strings.h: New file.
authorearnie <earnie>
Wed, 5 Dec 2001 13:55:18 +0000 (13:55 +0000)
committerearnie <earnie>
Wed, 5 Dec 2001 13:55:18 +0000 (13:55 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/strings.h [new file with mode: 0644]

index e98b11e..614c77a 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-05  Earnie Boyd  <earnie@users.sf.net>
+
+       * include/strings.h: New File.
+
 2001-11-08  Robert Collins  <rbtcollins@hotmail.com>
 
        * include/errno.h: Fix "errno is not a prototype" warning.
diff --git a/winsup/mingw/include/strings.h b/winsup/mingw/include/strings.h
new file mode 100644 (file)
index 0000000..2a777c2
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+    File: strings.h
+    Copyright: Public Domain
+
+    This file is provided because non ANSI fuctions are described in string.h 
+    that belong in strings.h.  These functions are provided for in the OLDNAME
+    libraries.
+*/
+#if !defined(_STRINGS_H_)
+# define _STRINGS_H_ 1
+# include <string.h>
+#endif