mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-25 04:04:15 -05:00
Remove invalid exports from nsysnet
This commit is contained in:
@@ -31,13 +31,3 @@ EXPORT(ntohl);
|
||||
EXPORT(htonl);
|
||||
EXPORT(ntohs);
|
||||
EXPORT(htons);
|
||||
/*
|
||||
// Those are not in nsysnet.rpl - why are they linked o.O?
|
||||
EXPORT(somemopt);
|
||||
EXPORT(setsocketlasterr);
|
||||
EXPORT(icmp_create_handle);
|
||||
EXPORT(icmp_close_handle);
|
||||
EXPORT(icmp_ping);
|
||||
EXPORT(icmp_cancel);
|
||||
EXPORT(icmp_last_code_type);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user