Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/time.c

    rcde999a r582a0b8  
    5151#include <loc.h>
    5252#include <device/clock_dev.h>
     53#include <malloc.h>
    5354#include <thread.h>
    5455
     
    954955 * @param result Structure to store the result to
    955956 *
    956  * @return EOK or an error code
     957 * @return EOK or a negative error code
    957958 *
    958959 */
     
    984985 *             ASCTIME_BUF_LEN bytes long.
    985986 *
    986  * @return EOK or an error code.
     987 * @return EOK or a negative error code.
    987988 *
    988989 */
     
    10361037 * @param result Structure to store the result to.
    10371038 *
    1038  * @return EOK on success or an error code.
     1039 * @return EOK on success or a negative error code.
    10391040 *
    10401041 */
     
    10661067 * @param result Structure to store the result to.
    10671068 *
    1068  * @return EOK on success or an error code.
     1069 * @return EOK on success or a negative error code.
    10691070 *
    10701071 */
     
    10881089 *              ASCTIME_BUF_LEN bytes long.
    10891090 *
    1090  * @return EOK on success or an error code.
     1091 * @return EOK on success or a negative error code.
    10911092 *
    10921093 */
Note: See TracChangeset for help on using the changeset viewer.