Changeset 296890f3 in mainline for uspace/lib/posix/include


Ignore:
Timestamp:
2018-06-21T13:01:34Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8b0c5d
Parents:
777832e
git-author:
Jiri Svoboda <jiri@…> (2018-06-21 20:00:45)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-21 13:01:34)
Message:

sprintf, vsprintf belong in libc (as deprecated).

File:
1 edited

Legend:

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

    r777832e r296890f3  
    6666    _HELENOS_PRINTF_ATTRIBUTE(2, 3);
    6767extern int vdprintf(int fildes, const char *__restrict__ format, va_list ap);
    68 extern int sprintf(char *__restrict__ s, const char *__restrict__ format, ...)
    69     _HELENOS_PRINTF_ATTRIBUTE(2, 3);
    70 extern int vsprintf(char *__restrict__ s, const char *__restrict__ format, va_list ap);
    7168
    7269/* File Locking */
Note: See TracChangeset for help on using the changeset viewer.