r259931 - in /branches/gomp-5_0-branch/libgomp:...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Fri May 4 10:36:00 GMT 2018


Author: jakub
Date: Fri May  4 10:36:22 2018
New Revision: 259931

URL: https://gcc.gnu.org/viewcvs?rev=259931&root=gcc&view=rev
Log:
	* omp.h.in (enum omp_lock_hint_t): Renamed to ...
	(enum omp_sync_hint_t): ... this.  Define omp_sync_hint_*
	enumerators using numbers and omp_lock_hint_* as their aliases.
	(omp_lock_hint_t): New typedef.  Rename to ...
	(omp_sync_hint_t): ... this.
	(omp_init_lock_with_hint, omp_init_nest_lock_with_hint): Use
	omp_sync_hint_t instead of omp_lock_hint_t.

Modified:
    branches/gomp-5_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-5_0-branch/libgomp/omp.h.in



More information about the Gcc-cvs mailing list