This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v4 2/4] Add C11 threads support


On Wed, 10 May 2017, Adhemerval Zanella wrote:

> diff --git a/conform/Makefile b/conform/Makefile
> index 63556b5..a79415f 100644
> --- a/conform/Makefile
> +++ b/conform/Makefile
> @@ -34,9 +34,9 @@ conformtest-headers-ISO := assert.h ctype.h errno.h float.h limits.h locale.h \
>  conformtest-headers-ISO99 := $(conformtest-headers-ISO) complex.h fenv.h \
>  			     inttypes.h iso646.h stdbool.h stdint.h tgmath.h \
>  			     wchar.h wctype.h
> -# Missing ISO11 expectations for: stdatomic.h threads.h.
> +# Missing ISO11 expectations for: stdatomic.h
>  conformtest-headers-ISO11 := $(conformtest-headers-ISO99) stdalign.h \
> -			     stdnoreturn.h uchar.h
> +			     stdnoreturn.h uchar.h threads.h

These header lists are meant to be alphabetical, so threads.h before 
uchar.h.

> +macro TSS_DTOR_ITERATIONS

Use macro-int-constant, since C11 says this is an integer constant 
expression.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]