Changeset 2a4d980 in git for Singular/iparith.cc


Ignore:
Timestamp:
Apr 5, 2024, 12:02:07 PM (6 weeks ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
359b923389ba0dcc5e2ac9b34e7bcf091370314e
Parents:
805b275bfbf361cabc7496aecd096561cf92d6d6
Message:
poll on apple
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r805b275 r2a4d980  
    36913691//            0: timeout (or polling): none ready
    36923692//           i>0: (at least) L[i] is ready
    3693   lists Lforks = (lists)u->Data();
     3693  lists L = (lists)u->Data();
    36943694  int t = (int)(long)v->Data();
    36953695  if(t < 0)
     
    36973697    t= -1;
    36983698  }
    3699   int i = slStatusSsiL(Lforks, t);
     3699  int i = slStatusSsiL(L, t);
    37003700  if(i == -2) /* error */
    37013701  {
     
    55455545// returns: -1:  the read state of all links is eof or error
    55465546//          i>0: (at least) u[i] is ready
    5547   lists Lforks = (lists)u->Data();
    5548   int i = slStatusSsiL(Lforks, -1);
     5547  lists L = (lists)u->Data();
     5548  int i = slStatusSsiL(L, -1);
    55495549  if(i == -2) /* error */
    55505550  {
Note: See TracChangeset for help on using the changeset viewer.