File tree Expand file tree Collapse file tree 4 files changed +0
-87
lines changed
Expand file tree Collapse file tree 4 files changed +0
-87
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,6 @@ functions:
5252 arguments :
5353 - type : const time_t *
5454 - type : struct tm *
55- - name : localtime_s
56- standard :
57- - stdc
58- return_type : int
59- arguments :
60- - type : const time_t *
61- - type : struct tm *
6255 - name : clock
6356 standard :
6457 - stdc
Original file line number Diff line number Diff line change @@ -117,19 +117,6 @@ add_entrypoint_object(
117117 libc.hdr.types.time_t
118118)
119119
120- add_entrypoint_object(
121- localtime_s
122- SRCS
123- ${LIBC_TARGET_OS} /localtime_s.cpp
124- HDRS
125- localtime_s.h
126- DEPENDS
127- .time_utils
128- .${LIBC_TARGET_OS} .localtime_utils
129- .${LIBC_TARGET_OS} .timezone
130- libc.hdr.types.time_t
131- )
132-
133120add_entrypoint_object(
134121 difftime
135122 SRCS
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments