patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9685, Add support for the Hurd in the...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9685: Add support for the Hurd in the unix port

Submitter:  Joan Lledó <jllledo>
Submitted:  Mon 03 Sep 2018 09:19:55 AM UTC
   
 
Category:  Contrib Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Mon 03 Sep 2018 11:39:48 AM UTC, comment #1: 

Pushed, thanks!

Dirk Ziegelmeier <dziegel>
Group administrator
Mon 03 Sep 2018 09:19:55 AM UTC, original submission:  

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!.

Joan Lledó <jllledo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by jllledo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-09-03 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2018-09-03 jllledo Attached File- Added 0001-Unix-port-add-support-for-the-Hurd.patch, #44923

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code