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: [hurd,commited 2/3] hurd: Include <sigsetops.h> from hurd/hurd/signal.h


On Sun, 28 Jan 2018, Samuel Thibault wrote:

> diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
> index 1d9c7d8cd7..5ee95acd09 100644
> --- a/hurd/hurd/signal.h
> +++ b/hurd/hurd/signal.h
> @@ -42,6 +42,11 @@
>  #include <spin-lock.h>
>  #include <hurd/threadvar.h>	/* We cache sigstate in a threadvar.  */
>  struct hurd_signal_preemptor;	/* <hurd/sigpreempt.h> */
> +#if defined __USE_EXTERN_INLINES && defined _LIBC
> +#  if IS_IN (libc) || IS_IN (libpthread)
> +#    include <sigsetops.h>
> +#  endif
> +#endif

Again, should be one column of preprocessor indentation per #if level.

-- 
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]