~ubuntu-branches/debian/sid/gcl/sid

« back to all changes in this revision

Viewing changes to o/unixtime.c

  • Committer: Package Import Robot
  • Author(s): Camm Maguire
  • Date: 2013-10-15 23:32:09 UTC
  • Revision ID: package-import@ubuntu.com-20131015233209-q2nkbs1uh3z9bbux
Tags: 2.6.9-11
2.6.10pre test 12, s390, mingw cleanup, make_bignum bug fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
        times(&buf);
169
169
        vs_push(make_fixnum(buf.tms_utime));
170
170
        vs_push(make_fixnum(buf.tms_cutime));
 
171
        vs_push(make_fixnum(buf.tms_stime));
 
172
        vs_push(make_fixnum(buf.tms_cstime));
171
173
 
172
174
#endif  
173
175