[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #9685] Add support for the Hurd in the unix port
From: |
Joan Lledó |
Subject: |
[lwip-devel] [patch #9685] Add support for the Hurd in the unix port |
Date: |
Mon, 3 Sep 2018 05:19:57 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 |
URL:
<http://savannah.nongnu.org/patch/?9685>
Summary: Add support for the Hurd in the unix port
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: jllledo
Submitted on: Mon 03 Sep 2018 11:19:55 AM CEST
Category: Contrib
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Details:
Hello,
I wrote a patch to add support for the Hurd in the unix port:
* ports/unix/port/include/arch/cc.h: I defined LWIP_ERRNO_STDINCLUDE for Linux
and Hurd. Currently, the file is defining LWIP_ERRNO_INCLUDE but this doesn't
work since in these systems 'errno' is defined previously and the preprocessor
tries to include <(*__errno_location ())>
* ports/unix/port/sys_arch.c: Use hurd's non-portable versions of
pthread_cond_wait() and pthread_cond_timedwait() in this system.
Attached is the patch with the changes. Like we did with the unix library,
we'd like to have this upstream to make it easier to maintain our liblwip
debian package.
Thanks!.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 03 Sep 2018 11:19:55 AM CEST Name:
0001-Unix-port-add-support-for-the-Hurd.patch Size: 2KiB By: jllledo
<http://savannah.nongnu.org/patch/download.php?file_id=44923>
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?9685>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [lwip-devel] [patch #9685] Add support for the Hurd in the unix port,
Joan Lledó <=