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]

pthread_atfork()


Hello,

I'm wandering if the code

#if !defined(__rtems__)
#warning "Add pthread_atfork() prototype"
#endif

is really necessary! It means that anyone not using rtems must see
this warning for every file that includes pthread.h!

Isn't there another way to do it right?

Best regards,

-- 
Raphael Derosso Pereira
Engenheiro de Computação
icq: 4517421
msn: rderossopereira@hotmail.com
Skype: rderossopereira


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