[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #51701] lwip_fcntl signature is incorrect
From: |
Ray Bellis |
Subject: |
[lwip-devel] [bug #51701] lwip_fcntl signature is incorrect |
Date: |
Wed, 9 Aug 2017 05:49:35 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36 |
URL:
<http://savannah.nongnu.org/bugs/?51701>
Summary: lwip_fcntl signature is incorrect
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: raybellis
Submitted on: Wed 09 Aug 2017 09:49:34 AM UTC
Category: sockets/netconn
Severity: 3 - Normal
Item Group: Compiler Warning
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
lwIP version: git head
_______________________________________________________
Details:
The usual signature for fcntl is (int, int, ...), but lwIP uses an int instead
of the varargs for the final parameter.
This causes function definition conflicts when lwIP is used in POSIX
compatibility mode.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?51701>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #51701] lwip_fcntl signature is incorrect,
Ray Bellis <=