1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-27 17:12:42 +00:00

Removes comment that is now unnecessary/confusing

This commit is contained in:
Nick Briggs
2025-10-20 16:57:44 -07:00
parent e2f69f4e48
commit 60e12dabc0

View File

@@ -672,7 +672,7 @@ LispPTR COM_closefile(LispPTR *args)
time[1].tv_sec = (long)ToUnixTime(cdate);
time[1].tv_usec = 0L;
#endif /* DOS */
TIMEOUT(rval = close(fd)); // cancels alarm from S_TOUT
TIMEOUT(rval = close(fd));
if (rval == -1) {
*Lisp_errno = errno;
return (NIL);