mikezang macrumors 6502a Original poster Aug 15, 2010 #1 I try to use some UNIX library in iPad, but I am not sure if I can use all of functions. For example, signal(SIGINT, SIG_IGN); I want to know if I can't use it, can I use some alt methods to do the same functions?
I try to use some UNIX library in iPad, but I am not sure if I can use all of functions. For example, signal(SIGINT, SIG_IGN); I want to know if I can't use it, can I use some alt methods to do the same functions?
mikezang macrumors 6502a Original poster Aug 16, 2010 #2 Well, I just comment those code, now I got what I need.