Changeset 568 for trunk/src/sh_inotify.c


Ignore:
Timestamp:
Sep 5, 2021, 12:23:19 PM (3 years ago)
Author:
katerina
Message:

Fix for ticket #458 (inotify issue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_inotify.c

    r496 r568  
    236236  int     ifd = sh_inotify_getfd();
    237237
    238   len = sl_read_timeout_fd (ifd, buffer, count, timeout, S_FALSE);
     238  len = sl_read_timeout_fd_once (ifd, buffer, count, timeout, S_FALSE);
    239239
    240240  return len;
Note: See TracChangeset for help on using the changeset viewer.