2 Copyright © 2000-2010, The AROS Development Team. All rights reserved.
9 #include <devices/timer.h>
11 #include "bsdsocket_intern.h"
13 /*****************************************************************************
17 AROS_LH6(int, WaitSelect
,
20 AROS_LHA(int, nfds
, D0
),
21 AROS_LHA(fd_set
*, readfds
, A0
),
22 AROS_LHA(fd_set
*, writefds
, A1
),
23 AROS_LHA(fd_set
*, exceptfds
, A2
),
24 AROS_LHA(struct timeval
*, timeout
, A3
),
25 AROS_LHA(ULONG
*, sigmask
, D1
),
28 struct Library
*, SocketBase
, 21, BSDSocket
)
48 *****************************************************************************/
52 aros_print_not_implemented ("WaitSelect");
53 #warning TODO: Write BSDSocket/WaitSelect