Skip to content

Commit 1965ad6

Browse files
fhgwrightmascguy
authored andcommitted
Updates README.md for recent changes.
1 parent 5dd19bf commit 1965ad6

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

README.md

+29-10
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Wrapped headers and replaced functions are:
3636
</tr>
3737
<tr>
3838
<td><code>copyfile.h</code></td>
39-
<td>Wraps <code>copyfile_state_get</code> to support <code>COPYFILE_STATE_COPIED</code></td>
39+
<td>Completely redone to provide 10.6 version</td>
4040
<td>OSX10.5</td>
4141
</tr>
4242
<tr>
@@ -60,7 +60,7 @@ Wrapped headers and replaced functions are:
6060
<td>OSX10.5</td>
6161
</tr>
6262
<tr>
63-
<td rowspan="2"><code>pthread.h</code></td>
63+
<td rowspan="3"><code>pthread.h</code></td>
6464
<td>Adds <code>PTHREAD_RWLOCK_INITIALIZER</code></td>
6565
<td>OSX10.4</td>
6666
</tr>
@@ -69,11 +69,19 @@ Wrapped headers and replaced functions are:
6969
<td>OSX10.5</td>
7070
</tr>
7171
<tr>
72-
<td><code>stdio.h</code></td>
72+
<td>Adds <code>pthread_chdir_np</code> and <code>pthread_fchdir_np</code> functions</td>
73+
<td>OSX10.11</td>
74+
</tr>
75+
<tr>
76+
<td rowspan="2"><code>stdio.h</code></td>
7377
<td>Adds <code>dprintf</code>, <code>vdprintf</code>, <code>getline</code>, <code>getdelim</code>,
7478
<code>open_memstream</code>, and <code>fmemopen</code> functions</td>
7579
<td>OSX10.6, OSX10.12 (open_memstream)</td>
7680
</tr>
81+
<tr>
82+
<td>Adds include of <code>sys/stdio.h</code.</td>
83+
<td>OSX10.9</td>
84+
</tr>
7785
<tr>
7886
<td rowspan="4"><code>stdlib.h</code></td>
7987
<td>Adds <code>posix_memalign</code> functional replacement</td>
@@ -102,9 +110,17 @@ Wrapped headers and replaced functions are:
102110
<td>OSX10.4(8)</td>
103111
</tr>
104112
<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>
108124
</tr>
109125
<tr>
110126
<td><code>wchar.h</code></td>
@@ -123,6 +139,11 @@ Wrapped headers and replaced functions are:
123139
<td>Adds include <code>sys/socket.h</code>, expected on current macOS systems</td>
124140
<td>OSX10.8</td>
125141
</tr>
142+
<tr>
143+
<td><code>net/if_utun.h</code></td>
144+
<td>Added when missing</td>
145+
<td>OSX10.5</td>
146+
</tr>
126147
<tr>
127148
<td><code>xlocale/_wchar.h</code></td>
128149
<td>Adds <code>wcscasecmp_l</code>, <code>wcsncasecmp_l</code> functions</td>
@@ -241,10 +262,8 @@ Wrapped headers and replaced functions are:
241262
</tr>
242263
<tr>
243264
<td><code>TargetConditionals.h</code></td>
244-
<td>Adds definitions for <code>TARGET_CPU_ARM</code>, <code>TARGET_CPU_ARM64</code>,
245-
<code>TARGET_OS_SIMULATOR</code>, <code>TARGET_OS_IOS</code>, <code>TARGET_OS_TV</code>,
246-
<code>TARGET_OS_WATCH</code> and <code>TARGET_OS_OSX</code> if needed.</td>
247-
<td>OSX10.10</td>
265+
<td>Adds definitions for all TARGET_* definitions as listed in 15.x SDK, if needed.</td>
266+
<td>???</td>
248267
</tr>
249268
<tr>
250269
<td><code>-</code></td>

0 commit comments

Comments
 (0)