Changeset 7c3fb9b in mainline for uspace/lib/posix/include


Ignore:
Timestamp:
2018-05-17T08:29:01Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ff23ff
Parents:
fac0ac7
git-author:
Jiri Svoboda <jiri@…> (2018-05-16 17:28:17)
git-committer:
Jiri Svoboda <jiri@…> (2018-05-17 08:29:01)
Message:

Fix block comment formatting (ccheck).

Location:
uspace/lib/posix/include/posix
Files:
2 edited

Legend:

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

    rfac0ac7 r7c3fb9b  
    7878#define LDBL_MANT_DIG __LDBL_MANT_DIG__
    7979#else
    80 /* For something else than GCC, following definitions are provided.
     80/*
     81 * For something else than GCC, following definitions are provided.
    8182 * They are intentionally guarded by the given macro to ensure that anyone
    8283 * who wants them states this explicitly.
  • uspace/lib/posix/include/posix/strings.h

    rfac0ac7 r7c3fb9b  
    5050#endif
    5151
    52 /* TODO: not implemented due to missing locale support
     52/*
     53 * TODO: not implemented due to missing locale support
    5354 *
    5455 * int strcasecmp_l(const char *, const char *, locale_t);
Note: See TracChangeset for help on using the changeset viewer.