<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/8f07d7e90c2b89690b2326aa4826413532751391">https://github.com/macports/macports-legacy-support/commit/8f07d7e90c2b89690b2326aa4826413532751391</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8f07d7e  Update Readme.md
</span>8f07d7e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f07d7e90c2b89690b2326aa4826413532751391
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Fri Nov 23 21:11:26 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    Update Readme.md
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Add functions and definitions added by atcalls.c.
</span>---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/README.md b/README.md
</span><span style='display:block; white-space:pre;color:#808080;'>index e94c558..126147c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/README.md
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/README.md
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,5 +19,9 @@ Wrapped headers area
</span>  - `string.h`    : Adds `strnlen`, `strndup` and `memmem` functions missing in OSX10.6 and older.
  - `time.h`      : Adds `clock_gettime` function missing in OSX10.11 and older.
  - `wchar.h`     : Adds `wcsdup` function missing in OSX10.6 and older.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- - `sys/fcntl.h` : Adds missing `O_CLOEXEC` definition as required.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ - `sys/fcntl.h` : Adds missing `O_CLOEXEC`, `AT_FDCWD`, `AT_EACCESS`, `AT_SYMLINK_NOFOLLOW`, `AT_SYMLINK_FOLLOW`, and `AT_REMOVEDIR` definitions as required.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ - `sys/fcntl.h` : Adds `openat` function missing in OSX10.9 and older.
</span>  - `sys/mman.h`  : Adds missing `MAP_ANONYMOUS` definition as required.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ - `sys/stdio.h` : Adds `renameat` function missing in OSX10.9 and older.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ - `sys/stat.h`  : Adds `fchmodat`, `fstatat`, and `mkdirat` functions missing in OSX10.9 and older.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ - `sys/unistd.h`: Adds `getattrlistat`, `readlinkat`, and `faccessat`, `fchownat`, `linkat`, `symlinkat`, and `unlinkat` functions missing in OSX10.9 and older.
</span></pre><pre style='margin:0'>

</pre>