NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
toolchain/53416: Correct prototype in omp.h.in and omp.h
>Number: 53416
>Category: toolchain
>Synopsis: Correct prototype in omp.h.in and omp.h
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Jul 02 07:40:00 +0000 2018
>Originator: Henning Petersen
>Release: netbsd-current
>Organization:
>Environment:
>Description:
Error in prototype omp.h.in
from GCC PR 84096.
omp.h in libgomp have to be regenerated.
>How-To-Repeat:
>Fix:
@@ -101,7 +101,7 @@
extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
extern void omp_init_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
-extern void omp_init_nest_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
+extern void omp_init_nest_lock_with_hint (omp_nest_lock_t *, omp_lock_hint_t)
__GOMP_NOTHROW;
extern void omp_destroy_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
extern void omp_set_nest_lock (omp_nest_lock_t *) __GOMP_NOTHROW;
Home |
Main Index |
Thread Index |
Old Index