Changeset 132ab5d1 in mainline for uspace/lib/c/generic/time.c
- Timestamp:
- 2018-01-30T03:20:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/time.c
r8bfb163 r132ab5d1 51 51 #include <loc.h> 52 52 #include <device/clock_dev.h> 53 #include <malloc.h>54 53 #include <thread.h> 55 54 … … 955 954 * @param result Structure to store the result to 956 955 * 957 * @return EOK or a negativeerror code956 * @return EOK or an error code 958 957 * 959 958 */ … … 985 984 * ASCTIME_BUF_LEN bytes long. 986 985 * 987 * @return EOK or a negativeerror code.986 * @return EOK or an error code. 988 987 * 989 988 */ … … 1037 1036 * @param result Structure to store the result to. 1038 1037 * 1039 * @return EOK on success or a negativeerror code.1038 * @return EOK on success or an error code. 1040 1039 * 1041 1040 */ … … 1067 1066 * @param result Structure to store the result to. 1068 1067 * 1069 * @return EOK on success or a negativeerror code.1068 * @return EOK on success or an error code. 1070 1069 * 1071 1070 */ … … 1089 1088 * ASCTIME_BUF_LEN bytes long. 1090 1089 * 1091 * @return EOK on success or a negativeerror code.1090 * @return EOK on success or an error code. 1092 1091 * 1093 1092 */
Note:
See TracChangeset
for help on using the changeset viewer.