Changeset 9d8307a in mainline for uspace/lib/posix


Ignore:
Timestamp:
2018-07-19T11:55:19Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d83cf6f
Parents:
42f5860
git-author:
Jiri Svoboda <jiri@…> (2018-07-18 17:54:45)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-19 11:55:19)
Message:

Reimplement strtold function in libc.

Location:
uspace/lib/posix
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/Makefile

    r42f5860 r9d8307a  
    7070        src/stdio.c \
    7171        src/stdlib.c \
    72         src/stdlib/strtold.c \
    7372        src/string.c \
    7473        src/strings.c \
  • uspace/lib/posix/include/posix/stdlib.h

    r42f5860 r9d8307a  
    5252extern float strtof(const char *__restrict__ nptr, char **__restrict__ endptr);
    5353extern double strtod(const char *__restrict__ nptr, char **__restrict__ endptr);
    54 extern long double strtold(const char *__restrict__ nptr, char **__restrict__ endptr);
    5554
    5655/* Temporary Files */
Note: See TracChangeset for help on using the changeset viewer.