Changeset 174 for trunk/include


Ignore:
Timestamp:
Aug 27, 2008, 5:40:28 PM (16 years ago)
Author:
katerina
Message:

Fix for tickets #112, #113 (dnmalloc deadlock on fork, hostname portability in test script).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_unix.h

    r170 r174  
    209209/* close all files >= fd, except possibly one
    210210 */
    211 void sh_unix_closeall (int fd, int except);
     211void sh_unix_closeall (int fd, int except, int inchild);
    212212
    213213
  • trunk/include/slib.h

    r170 r174  
    401401   */
    402402  int sl_dropall(int fd, int except);
     403  int sl_dropall_dirty(int fd, int except); /* don't deallocate */
    403404
    404405  /* Check whether file is trustworthy.
Note: See TracChangeset for help on using the changeset viewer.