Commit 410e3e10 by Janne Blomqvist

PR 60324 Handle long path names, don't use PATH_MAX.

2014-05-23  Janne Blomqvist  <jb@gcc.gnu.org>

	PR libfortran/60324
	* runtime/string.c: Include stdlib.h.

From-SVN: r210827
parent 0a1eb350
2014-05-23 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/60324
* runtime/string.c: Include stdlib.h.
2014-05-22 Janne Blomqvist <jb@gcc.gnu.org> 2014-05-22 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/60324 PR libfortran/60324
......
...@@ -24,6 +24,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -24,6 +24,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "libgfortran.h" #include "libgfortran.h"
#include <string.h> #include <string.h>
#include <stdlib.h>
/* Given a fortran string, return its length exclusive of the trailing /* Given a fortran string, return its length exclusive of the trailing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment