Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    7575e738
    lisp/Linux-os.c: · 7575e738
    rtoy authored
    o Add function get_h_errno to extract h_errno.
    
    code/internet.lisp:
    o On Linux, call the get_h_errno function to get h_errno instead of
      calling __h_errno_location ourselves since that's not part of the
      public API.
    7575e738
    History
    lisp/Linux-os.c:
    rtoy authored
    o Add function get_h_errno to extract h_errno.
    
    code/internet.lisp:
    o On Linux, call the get_h_errno function to get h_errno instead of
      calling __h_errno_location ourselves since that's not part of the
      public API.