Skip to content

Commit 75e797d

Browse files
committed
removed localtime_s for this pull request
1 parent c7eab0c commit 75e797d

File tree

4 files changed

+0
-87
lines changed

4 files changed

+0
-87
lines changed

libc/include/time.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

libc/src/time/CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
133120
add_entrypoint_object(
134121
difftime
135122
SRCS

libc/src/time/linux/localtime_s.cpp

Lines changed: 0 additions & 23 deletions
This file was deleted.

libc/test/src/time/localtime_s_test.cpp

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)