We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f69f4 commit 60e12daCopy full SHA for 60e12da
src/dsk.c
@@ -672,7 +672,7 @@ LispPTR COM_closefile(LispPTR *args)
672
time[1].tv_sec = (long)ToUnixTime(cdate);
673
time[1].tv_usec = 0L;
674
#endif /* DOS */
675
- TIMEOUT(rval = close(fd)); // cancels alarm from S_TOUT
+ TIMEOUT(rval = close(fd));
676
if (rval == -1) {
677
*Lisp_errno = errno;
678
return (NIL);
0 commit comments