Bug in arpa/inet.h ?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
benji
Posts: 17
Joined: Fri Oct 14, 2005 2:41 pm

Bug in arpa/inet.h ?

Post by benji »

Hey,

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?

Thanks,

benji
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Hmm nope that is an bug, i'll fix it :)
benji
Posts: 17
Joined: Fri Oct 14, 2005 2:41 pm

Post by benji »

Cool, thanks =),

benji
Post Reply