X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=eightsync%2Fagenda.scm;h=adbd0c688f402def34b35cf01ef7db7ace697cee;hb=8f71a1c0f6ddc9e295d929480503222c6baf9e4e;hp=b26d93b6bdebe328981474e88a3d40f1dd901fef;hpb=5686386b450ecf87beeea737b0d1a44818d37e4a;p=8sync.git diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index b26d93b..adbd0c6 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -561,7 +561,7 @@ return the wrong thing via (8sync) and trip themselves up." (hash-keys (agenda-except-port-map agenda)) sec usec)) (lambda (key . rest-args) - (match (pk 'rest-args rest-args) + (match rest-args ((_ _ _ (EINTR)) '(() () ())) (_ (error "Unhandled error in select!" key rest-args))))))))