This is the mail archive of the libc-alpha@cygnus.com 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]

glibc equiv of SI_NOINFO?



When using sigaction, what is the proper method to determine that
siginfo_t contains no data?  Solaris sets the sicode to SI_NOINFO (32767)
but I don't see an equivalent in glibc.  Should I just check to see if
si_errno is zero and assume that si_code is valid if the former is true?

- cls





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