[Darshan-commits] [Git][darshan/darshan][dev-stdio] add missing 64 bit variants

Philip Carns xgitlab at cels.anl.gov
Mon May 23 22:05:35 CDT 2016


Philip Carns pushed to branch dev-stdio at darshan / darshan


Commits:
6c43ebe8 by Phil Carns at 2016-05-23T23:05:21-04:00
add missing 64 bit variants

- - - - -


1 changed file:

- darshan-runtime/lib/darshan-stdio.c


Changes:

=====================================
darshan-runtime/lib/darshan-stdio.c
=====================================
--- a/darshan-runtime/lib/darshan-stdio.c
+++ b/darshan-runtime/lib/darshan-stdio.c
@@ -27,6 +27,7 @@
  * FILE    *fopen(const char *, const char *);              DONE
  * FILE    *fopen64(const char *, const char *);            DONE
  * FILE    *freopen(const char *, const char *, FILE *);    DONE
+ * FILE    *freopen64(const char *, const char *, FILE *);  
  *
  * functions for closing streams
  * --------------
@@ -59,8 +60,10 @@
  * functions for changing file position
  * --------------
  * int      fseek(FILE *, long int, int);                   DONE
- * int      fseeko(FILE *, off_t, int);
+ * int      fseeko(FILE *, off_t, int);                     DONE
+ * int      fseeko64(FILE *, off_t, int);
  * int      fsetpos(FILE *, const fpos_t *);
+ * int      fsetpos64(FILE *, const fpos_t *);
  * void     rewind(FILE *);
  * int      ungetc(int, FILE *);
  *



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/6c43ebe89b64a33964aafe93c632b6ee2c918323
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160523/57ef0112/attachment.html>


More information about the Darshan-commits mailing list