minor bug fixes

This commit is contained in:
ading2210 2025-01-10 11:45:52 -05:00
parent 718d22a97d
commit 885e83d2eb
5 changed files with 17 additions and 2 deletions

View file

@ -6,3 +6,9 @@ assert\(sock\.stream\.fd ?< ?64\);
/* DELETE
assert\(!exceptfds, ?['"]exceptfds not supported['"]\);
*/
/* DELETE
assert\(nfds ?<= ?64, ?['"]nfds must be less than or equal to 64['"]\);
*/