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 v2 3/4] Refactor sigcontextinfo.h


* Adhemerval Zanella:

> diff --git a/sysdeps/posix/profil.c b/sysdeps/posix/profil.c
> index 838c36d060..4b8fd9caf1 100644
> --- a/sysdeps/posix/profil.c
> +++ b/sysdeps/posix/profil.c

> @@ -71,6 +72,10 @@ __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale)
>  # define oact_ptr &oact
>  # define otimer_ptr &otimer
>  
> +# ifdef SA_SIGINFO
> +  oact.sa_flags |= SA_SIGINFO;
> +# endif
> +

I do not understand the purpose of this change.

Thanks,
Florian


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