convert // comments to /**/; remove empty #if/#endif pairs. no code changes
[uclibc-ng.git] / libc / inet / socket.c
blob752744b8834b30b0a7721a2b36abe141b5a3087b
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #define L_socket
8 #include "socketcalls.c"