Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / getdtablesize.c
blob9ce6e182e3d751dd33532e4fcba8963aab71d975
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
13 NAME */
15 AROS_LH0(int, getdtablesize,
17 /* SYNOPSIS */
19 /* LOCATION */
20 struct Library *, SocketBase, 23, BSDSocket)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 aros_print_not_implemented ("getdtablesize");
45 #warning TODO: Write BSDSocket/getdtablesize
47 return NULL;
49 AROS_LIBFUNC_EXIT
51 } /* getdtablesize */