174784Sobrien/**
274784Sobrien * @file
3284778Sdelphij * This file is a posix wrapper for lwip/errno.h.
474784Sobrien */
574784Sobrien
6267843Sdelphij/*
7267843Sdelphij * Redistribution and use in source and binary forms, with or without modification,
8267843Sdelphij * are permitted provided that the following conditions are met:
9267843Sdelphij *
10267843Sdelphij * 1. Redistributions of source code must retain the above copyright notice,
11267843Sdelphij *    this list of conditions and the following disclaimer.
12267843Sdelphij * 2. Redistributions in binary form must reproduce the above copyright notice,
13267843Sdelphij *    this list of conditions and the following disclaimer in the documentation
14267843Sdelphij *    and/or other materials provided with the distribution.
15267843Sdelphij * 3. The name of the author may not be used to endorse or promote products
16267843Sdelphij *    derived from this software without specific prior written permission.
17267843Sdelphij *
18267843Sdelphij * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
19267843Sdelphij * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20267843Sdelphij * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
21267843Sdelphij * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22267843Sdelphij * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
23267843Sdelphij * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24267843Sdelphij * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25267843Sdelphij * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
26267843Sdelphij * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
27267843Sdelphij * OF SUCH DAMAGE.
28267843Sdelphij *
29267843Sdelphij * This file is part of the lwIP TCP/IP stack.
30267843Sdelphij *
31267843Sdelphij */
32267843Sdelphij
33267843Sdelphij#include "lwip/errno.h"
34267843Sdelphij