Changes in uspace/lib/c/generic/time.c [cde999a:582a0b8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
rcde999a r582a0b8 51 51 #include <loc.h> 52 52 #include <device/clock_dev.h> 53 #include <malloc.h> 53 54 #include <thread.h> 54 55 … … 954 955 * @param result Structure to store the result to 955 956 * 956 * @return EOK or a nerror code957 * @return EOK or a negative error code 957 958 * 958 959 */ … … 984 985 * ASCTIME_BUF_LEN bytes long. 985 986 * 986 * @return EOK or a nerror code.987 * @return EOK or a negative error code. 987 988 * 988 989 */ … … 1036 1037 * @param result Structure to store the result to. 1037 1038 * 1038 * @return EOK on success or a nerror code.1039 * @return EOK on success or a negative error code. 1039 1040 * 1040 1041 */ … … 1066 1067 * @param result Structure to store the result to. 1067 1068 * 1068 * @return EOK on success or a nerror code.1069 * @return EOK on success or a negative error code. 1069 1070 * 1070 1071 */ … … 1088 1089 * ASCTIME_BUF_LEN bytes long. 1089 1090 * 1090 * @return EOK on success or a nerror code.1091 * @return EOK on success or a negative error code. 1091 1092 * 1092 1093 */
Note:
See TracChangeset
for help on using the changeset viewer.