summaryrefslogtreecommitdiff
path: root/libc/inet/connect.c
blob: bddbe16e604a68f14bc45776e85d92431a7c9e26 (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#define L_connect
#include "socketcalls.c"