Changeset f8565a in git for Singular/iparith.cc


Ignore:
Timestamp:
Jan 24, 2013, 12:59:30 PM (10 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
bc0d32def5d3461a77eed40c1e1a3d254811858a
Parents:
b8f8ea1509ff92e49428ea7c5713993cd700fbb6
git-author:
Alexander Dreyer <adreyer@gmx.de>2013-01-24 12:59:30+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-04-09 15:33:47+02:00
Message:
Replaced some system calls by safely wrapped versions

from master
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rb8f8ea rf8565a  
    7979
    8080#include <polys/coeffrings.h>
     81#include <Singular/si_signals.h>
    8182
    8283lists rDecompose(const ring r);
     
    76517652    if (i_s > 0)
    76527653    {
    7653       sleep((is - 1)/1000000 + 1);
     7654      si_sleep((is - 1)/1000000 + 1);
    76547655      jjSTATUS3(res, v, v->next, v->next->next);
    76557656    }
Note: See TracChangeset for help on using the changeset viewer.