On Wed, Dec 11, 2019 at 12:48:10PM +0100, Tobias Burnus wrote:
> --- libgomp/ChangeLog (revision 279217)
> +++ libgomp/ChangeLog (revision 279218)
> @@ -1,5 +1,25 @@
>  2019-12-11  Tobias Burnus  <tob...@codesourcery.com>
>  
> +     * omp_lib.h.in: Fix spelling of function declaration
> +     omp_get_cancell(l)ation.

> --- libgomp/omp_lib.h.in      (revision 279217)
> +++ libgomp/omp_lib.h.in      (revision 279218)
> @@ -102,8 +102,8 @@
>        external omp_in_final
>        logical(4) omp_in_final
>  
> -      external omp_get_cancelllation
> -      logical(4) omp_get_cancelllation
> +      external omp_get_cancellation
> +      logical(4) omp_get_cancellation
>  
>        external omp_get_proc_bind
>        integer(omp_proc_bind_kind) omp_get_proc_bind

Could you please backport this to 9 and 8 branches?  The other changes
aren't needed there.

Thanks.

        Jakub

Reply via email to