Ignore:
Timestamp:
2015-11-02T20:54:19Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8513177
Parents:
3feeab2 (diff), 5265eea4 (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 mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/abs32le/include/libarch/stddef.h

    r3feeab2 rff381a7  
    11/*
    2  * Copyright (c) 2012 Frantisek Princ
     2 * Copyright (c) 2006 Ondrej Palkovsky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libext4
     29/** @addtogroup libcabs32
    3030 * @{
    3131 */
    32 
    33 /**
    34  * @file  libext4_crc.c
     32/** @file
    3533 */
    3634
    37 #include "libext4.h"
     35#ifndef LIBC_abs32_STDDEF_H_
     36#define LIBC_abs32_STDDEF_H_
    3837
    39 uint16_t crc16(uint16_t crc, const uint8_t *buffer, size_t len)
    40 {
    41         // TODO
    42         return 0;
    43 }
     38#include <libarch/common.h>
    4439
    45 /**
    46  * @}
     40typedef uint32_t size_t;
     41typedef int32_t ptrdiff_t;
     42
     43#endif
     44
     45/** @}
    4746 */
Note: See TracChangeset for help on using the changeset viewer.