[Darshan-commits] [Git][darshan/darshan][dev-stdio] on second thought, let's not mess with ungetc

Philip Carns xgitlab at cels.anl.gov
Mon May 23 22:28:03 CDT 2016


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


Commits:
4b1dcbb5 by Phil Carns at 2016-05-23T23:27:48-04:00
on second thought, let's not mess with ungetc

- - - - -


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
@@ -65,11 +65,12 @@
  * int      fsetpos(FILE *, const fpos_t *);                DONE
  * int      fsetpos64(FILE *, const fpos_t *);              DONE
  * void     rewind(FILE *);                                 DONE
- * int      ungetc(int, FILE *);
  *
- * Omissions: _unlocked() variants of the various flush, read, and write
- *   functions.  There are many of these, but they are not available on all
- *   systems and the man page advises not to use them.
+ * Omissions: 
+ *   - _unlocked() variants of the various flush, read, and write
+ *     functions.  There are many of these, but they are not available on all
+ *     systems and the man page advises not to use them.
+ *   - ungetc()
  */
 
 #define _XOPEN_SOURCE 500



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


More information about the Darshan-commits mailing list