diff options
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 55d29bcc814..892e97626bd 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -2426,7 +2426,7 @@ posix_close (int fd, int flag) closed, and retrying the close could inadvertently close a file descriptor allocated by some other thread. In other systems (e.g., HP/UX) FD is not closed. And in still other systems - (e.g., OS X, Solaris), maybe FD is closed, maybe not, and in a + (e.g., macOS, Solaris), maybe FD is closed, maybe not, and in a multithreaded program there can be no way to tell. So, in this case, pretend that the close succeeded. This works |