You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,9 +110,17 @@ Wrapped headers and replaced functions are:
102
110
<td>OSX10.4(8)</td>
103
111
</tr>
104
112
<tr>
105
-
<td><code>time.h</code></td>
106
-
<td>Adds functions <code>clock_gettime</code>(macOS10.11) and <code>timespec_get</code>(macOS10.14). Defines <code>TIME_UTC</code> (macOS10.14). Declares <code>asctime_r</code>, <code>ctime_r</code>, <code>gmtime_r</code>, and <code>localtime_r</code> functions that are otherwise hidden in the presence of <code>_ANSI_SOURCE</code>, <code>_POSIX_C_SOURCE</code>, or <code>_XOPEN_SOURCE</code> (OSX10.4)</td>
107
-
<td>OSX10.4(11,14)</td>
113
+
<td rowspan="3"><code>time.h</code></td>
114
+
<td>Declares <code>asctime_r</code>, <code>ctime_r</code>, <code>gmtime_r</code>, and <code>localtime_r</code> functions that are otherwise hidden in the presence of <code>_ANSI_SOURCE</code>, <code>_POSIX_C_SOURCE</code>, or <code>_XOPEN_SOURCE</code></td>
115
+
<td>OSX10.4</td>
116
+
</tr>
117
+
<tr>
118
+
<td>Adds functions <code>clock_gettime</code>, clock_gettime_nsec_np</code> and <code>clock_settime</code></td>
119
+
<td>OSX10.11</td>
120
+
</tr>
121
+
<tr>
122
+
<td>Adds function <code>timespec_get</code></td>
123
+
<td>OSX10.14</td>
108
124
</tr>
109
125
<tr>
110
126
<td><code>wchar.h</code></td>
@@ -123,6 +139,11 @@ Wrapped headers and replaced functions are:
123
139
<td>Adds include <code>sys/socket.h</code>, expected on current macOS systems</td>
0 commit comments