Ignore:
Timestamp:
Jul 8, 2015, 3:40:18 PM (9 years ago)
Author:
alain
Message:

1) Fix a bug in the free() function in the malloc.c
2) Introduce new syscalls to access the FAT in stdio.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/math/math_private.h

    r581 r588  
    1616#define _MATH_PRIVATE_H_
    1717
    18 #include <stdint.h>
     18typedef unsigned int u_int32_t;
    1919
    20 typedef uint32_t u_int32_t;
    21 
     20typedef int          int32_t;
    2221
    2322/* The original fdlibm code used statements like:
Note: See TracChangeset for help on using the changeset viewer.