]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/strings.h: New file.
authorEarnie Boyd <earnie@users.sf.net>
Wed, 5 Dec 2001 13:55:19 +0000 (13:55 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Wed, 5 Dec 2001 13:55:19 +0000 (13:55 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/strings.h [new file with mode: 0644]

index e98b11e9fe313844a12d2835534399493563c7a6..614c77a9e613ded317430ece340de93193cd3381 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
This page took 0.032238 seconds and 5 git commands to generate.