2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
15 AROS_LH2(int, Dup2Socket
,
18 AROS_LHA(int, fd1
, D0
),
19 AROS_LHA(int, fd2
, D1
),
22 struct Library
*, SocketBase
, 44, BSDSocket
)
42 *****************************************************************************/
46 aros_print_not_implemented ("Dup2Socket");
47 #warning TODO: Write BSDSocket/Dup2Socket