Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/math.c

    r820104d rc8830a2  
    3434
    3535#define LIBPOSIX_INTERNAL
    36 #define __POSIX_DEF__(x) posix_##x
    3736
    3837#include "internal/common.h"
     
    4948        // TODO: low priority, just a compile-time dependency of binutils
    5049        not_implemented();
    51         return 0.0;
    5250}
    5351
     
    6260        // TODO: low priority, just a compile-time dependency of binutils
    6361        not_implemented();
    64         return 0.0;
    6562}
    6663
     
    7471        // TODO: Python dependency
    7572        not_implemented();
    76         return 0.0;
    7773}
    7874
     
    8783        // TODO: Python dependency
    8884        not_implemented();
    89         return 0.0;
    9085}
    9186
     
    9994        // TODO: Python dependency
    10095        not_implemented();
    101         return 0.0;
    10296}
    10397
     
    111105        // TODO: Python dependency
    112106        not_implemented();
    113         return 0.0;
    114107}
    115108
     
    124117        // TODO: Python dependency
    125118        not_implemented();
    126         return 0.0;
    127119}
    128120
     
    137129        // TODO: Python dependency
    138130        not_implemented();
    139         return 0.0;
    140131}
    141132
     
    149140        // TODO: Python dependency
    150141        not_implemented();
    151         return 0.0;
    152142}
    153143
     
    162152        // TODO: Python dependency
    163153        not_implemented();
    164         return 0.0;
    165154}
    166155
     
    174163        // TODO: Python dependency
    175164        not_implemented();
    176         return 0.0;
    177165}
    178166
     
    186174        // TODO: Python dependency
    187175        not_implemented();
    188         return 0.0;
    189176}
    190177
     
    198185        // TODO: Python dependency
    199186        not_implemented();
    200         return 0.0;
    201187}
    202188
Note: See TracChangeset for help on using the changeset viewer.