Changes in uspace/lib/posix/source/math.c [820104d:c8830a2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/math.c
r820104d rc8830a2 34 34 35 35 #define LIBPOSIX_INTERNAL 36 #define __POSIX_DEF__(x) posix_##x37 36 38 37 #include "internal/common.h" … … 49 48 // TODO: low priority, just a compile-time dependency of binutils 50 49 not_implemented(); 51 return 0.0;52 50 } 53 51 … … 62 60 // TODO: low priority, just a compile-time dependency of binutils 63 61 not_implemented(); 64 return 0.0;65 62 } 66 63 … … 74 71 // TODO: Python dependency 75 72 not_implemented(); 76 return 0.0;77 73 } 78 74 … … 87 83 // TODO: Python dependency 88 84 not_implemented(); 89 return 0.0;90 85 } 91 86 … … 99 94 // TODO: Python dependency 100 95 not_implemented(); 101 return 0.0;102 96 } 103 97 … … 111 105 // TODO: Python dependency 112 106 not_implemented(); 113 return 0.0;114 107 } 115 108 … … 124 117 // TODO: Python dependency 125 118 not_implemented(); 126 return 0.0;127 119 } 128 120 … … 137 129 // TODO: Python dependency 138 130 not_implemented(); 139 return 0.0;140 131 } 141 132 … … 149 140 // TODO: Python dependency 150 141 not_implemented(); 151 return 0.0;152 142 } 153 143 … … 162 152 // TODO: Python dependency 163 153 not_implemented(); 164 return 0.0;165 154 } 166 155 … … 174 163 // TODO: Python dependency 175 164 not_implemented(); 176 return 0.0;177 165 } 178 166 … … 186 174 // TODO: Python dependency 187 175 not_implemented(); 188 return 0.0;189 176 } 190 177 … … 198 185 // TODO: Python dependency 199 186 not_implemented(); 200 return 0.0;201 187 } 202 188
Note:
See TracChangeset
for help on using the changeset viewer.