Changeset 315 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Mar 11, 2011, 8:30:55 PM (14 years ago)
Author:
katerina
Message:

Fix for ticket #236 (blocking on NFS mounts).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r310 r315  
    15291529  do {
    15301530    errno = 0;
    1531     test  = sigprocmask(SIG_UNBLOCK, &set_proc, NULL);
     1531    test  = SH_SETSIGMASK(SIG_UNBLOCK, &set_proc, NULL);
    15321532  } while (test < 0 && errno == EINTR);
    15331533
Note: See TracChangeset for help on using the changeset viewer.