CVSROOT: /cvs Module name: ports Changes by: bcal...@cvs.openbsd.org 2021/11/07 13:33:01
Modified files: lang/algol68g : Makefile Added files: lang/algol68g/patches: patch-source_genie_c Log message: Ignore usleep return value; if usleep fails with EINTR then it causes the program to abort, which probably wasn't intended. Report and diff from Omar Polo, thanks!