I was having problems linking a C++ project; it was failing on unresolved sceNetInetInetAton. I realized arpa/inet.h did not extern "C" its declarations so sceNetInetInetAton was getting mangled. Is there a reason for this? Or was it simply an omission?