Changeset ec18957a in mainline for uspace/lib/posix/stdlib/strtold.c


Ignore:
Timestamp:
2011-07-08T00:54:24Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c1984f
Parents:
3f466c33
Message:

Added errno.h (see commentary inside).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib/strtold.c

    r3f466c33 rec18957a  
    3535#define LIBPOSIX_INTERNAL
    3636
    37 /* Has to be first. */
     37/* Must be first. */
    3838#include "../stdbool.h"
    3939
     
    4545#include "../stdint.h"
    4646#include "../strings.h"
    47 #include <errno.h> // FIXME: use POSIX errno
     47#include "../errno.h"
    4848
    4949#ifndef HUGE_VALL
Note: See TracChangeset for help on using the changeset viewer.