Changeset 58daded in mainline for uspace/lib/c/include/stdio.h


Ignore:
Timestamp:
2018-07-16T09:13:43Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
802a8c8
Parents:
0245896
git-author:
Jiri Svoboda <jiri@…> (2018-07-16 06:12:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-16 09:13:43)
Message:

setvbuf should return an integer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    r0245896 r58daded  
    170170extern void perror(const char *);
    171171
    172 extern void setvbuf(FILE *, void *, int, size_t);
     172extern int setvbuf(FILE *, void *, int, size_t);
    173173extern void setbuf(FILE *, void *);
    174174
Note: See TracChangeset for help on using the changeset viewer.