Commit 13c4975c by David Edelsohn Committed by David Edelsohn

libcaf.h (_gfortran_caf_critical): Add a prototype.

        * caf/libcaf.h (_gfortran_caf_critical): Add a prototype.
        (_gfortran_caf_end_critical): Same.

From-SVN: r198613
parent 33e67557
2013-05-05 David Edelsohn <dje.gcc@gmail.com>
* caf/libcaf.h (_gfortran_caf_critical): Add a prototype.
(_gfortran_caf_end_critical): Same.
2013-05-04 David Edelsohn <dje.gcc@gmail.com>
* runtime/environ.c: Include unistd.h.
......
......@@ -76,7 +76,10 @@ void _gfortran_caf_sync_images (int, int[], int *, char *, int);
/* FIXME: The CRITICAL functions should be removed;
the functionality is better represented using Coarray's lock feature. */
void _gfortran_caf_critical (void);
void _gfortran_caf_critical (void) { }
void _gfortran_caf_end_critical (void);
void _gfortran_caf_end_critical (void) { }
......
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