* include/strings.h: New file.
This commit is contained in:
parent
e9853806c7
commit
ff1924262a
@ -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>
|
2001-11-08 Robert Collins <rbtcollins@hotmail.com>
|
||||||
|
|
||||||
* include/errno.h: Fix "errno is not a prototype" warning.
|
* include/errno.h: Fix "errno is not a prototype" warning.
|
||||||
|
12
winsup/mingw/include/strings.h
Normal file
12
winsup/mingw/include/strings.h
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user