[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc-2.0.96 build problems



In message <[🔎] r24su05emg.fsf@happy.cygnus.com>, Ulrich Drepper writes:
>Nils Lohner <lohner@typhoon.icd.teradyne.com> writes:
>
>>   The definitions are there...
>> sysdeps/unix/sysv/linux/sparc/bits/sigaction.h:
>> #ifdef __USE_MISC
>> # define SA_STACK     0x00000001 /* Use signal stack by using 
`sa_restorer'.
> 
>> */
>> # define SA_RESTART   0x00000002 /* Restart syscall on signal return.  */
>> # define SA_INTERRUPT 0x00000010 /* Historical no-op.  */
>> # define SA_NOMASK    0x00000020 /* Don't automatically block the signal 
whe
>n
>>                                     its handler is being executed.  */
>> # define SA_ONESHOT   0x00000004 /* Reset to SIG_DFL on entry to handler. 
 *
>/
>> 
>> /* Some aliases for the SA_ constants.  */
>> # define SA_NODEFER   SA_NOMASK
>> # define SA_RESETHAND SA_ONESHOT
>> #endif
>
>Take a look at
>
>	sysdeps/unix/sysv/linux/bits/sigaction.h
>
  Looks better, but then where is the problem?  It seems somehow the 
configuration is not picking up that header file... or at least not adding 
the correct -I<something> to the compile flags... I don't see any 
-I../sysdeps/*/bits or the like anywhere, or sigaction included in segfault.c


Nils





Reply to: