mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-07 23:10:42 +01:00
Remove invalid exports from nsysnet
This commit is contained in:
parent
8b95240de4
commit
bc9abd5ffe
@ -31,13 +31,3 @@ EXPORT(ntohl);
|
|||||||
EXPORT(htonl);
|
EXPORT(htonl);
|
||||||
EXPORT(ntohs);
|
EXPORT(ntohs);
|
||||||
EXPORT(htons);
|
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);
|
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user