This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

struct sigaction / sa_handler


The type of the member sa_handler of the structure sigaction is
defined as a _sig_func_ptr:

typedef void (*_sig_func_ptr)();

but shouldn't it be:

typedef void (*_sig_func_ptr)(int);

Regards,
Ricardo Martins


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