Changeset 3acff69 in mainline for uspace/lib/posix/stdlib.c
- Timestamp:
- 2011-06-26T12:17:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 244d6fd
- Parents:
- f232189
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/stdlib.c
rf232189 r3acff69 338 338 } 339 339 340 /** 341 * Should read system load statistics. Not supported. Always returns -1. 342 * 343 * @param loadavg 344 * @param nelem 345 * @return 346 */ 347 int bsd_getloadavg(double loadavg[], int nelem) 348 { 349 return -1; 350 } 351 340 352 /** @} 341 353 */
Note:
See TracChangeset
for help on using the changeset viewer.