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