Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdint.h

    raa5acd47 r8b5fb5e  
    3030 * @{
    3131 */
    32 /** @file Integer types.
     32/** @file
    3333 */
    3434
     
    8888#define AOFF64_MIN  UINT64_MIN
    8989
    90 #undef INTMAX_MIN
    91 #undef INTMAX_MAX
    92 #define INTMAX_MIN INT64_MIN
    93 #define INTMAX_MAX INT64_MAX
    94 
    95 #undef UINTMAX_MIN
    96 #undef UINTMAX_MAX
    97 #define UINTMAX_MIN UINT64_MIN
    98 #define UINTMAX_MAX UINT64_MAX
    99 
    10090#include "libc/sys/types.h"
    10191
Note: See TracChangeset for help on using the changeset viewer.