Changeset 810a36f in mainline for abi/include/_bits/size_t.h


Ignore:
Timestamp:
2017-10-24T05:29:08Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1eb7ef
Parents:
c8fbbe7 (diff), 673ea28 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'types'.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • abi/include/_bits/size_t.h

    rc8fbbe7 r810a36f  
    11/*
    2  * Copyright (c) 2006 Ondrej Palkovsky
     2 * Copyright (c) 2017 CZ.NIC, z.s.p.o.
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libcabs32
     29/* Authors:
     30 *      Jiří Zárevúcky (jzr) <zarevucky.jiri@gmail.com>
     31 */
     32
     33/** @addtogroup bits
    3034 * @{
    3135 */
     
    3337 */
    3438
    35 #ifndef LIBC_abs32_STDDEF_H_
    36 #define LIBC_abs32_STDDEF_H_
     39#ifndef _BITS_SIZE_T_H_
     40#define _BITS_SIZE_T_H_
    3741
    38 #include <libarch/common.h>
     42#include <_bits/macros.h>
    3943
    40 typedef uint32_t size_t;
    41 typedef int32_t ssize_t;
    42 typedef int32_t ptrdiff_t;
     44typedef __SIZE_TYPE__ size_t;
    4345
    4446#endif
Note: See TracChangeset for help on using the changeset viewer.