Error: implicit declaration of function 'siglongjmp'
Posted: Thu Sep 13, 2018 11:12 pm
I am porting a function that calls siglongjmp(). I have included the <setjmp.h>, which includes the machine implementation of the <machine/setjmp.h>, which has the definition for the siglongjmp(). But for some reason it still just keeps throwing me that error.
Any ideas?
Any ideas?