diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-11-30 16:55:00 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-11-30 16:55:00 +0100 |
commit | 241b3d95a5703b6a6eedec62efb0fe70b6af48be (patch) | |
tree | 86b6e016e84df8a6dcfb21a179bbac53c1df2212 /open_issues | |
parent | 06b13cd7d45923b1f08d939935f1c213416186ef (diff) |
open_issues/glibc: Add msync to the missing implementation list.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/glibc.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/glibc.mdwn b/open_issues/glibc.mdwn index 9cb1b569..e8279139 100644 --- a/open_issues/glibc.mdwn +++ b/open_issues/glibc.mdwn @@ -204,6 +204,10 @@ Last reviewed up to the [[Git mirror's 9d65ea3a9b83ac3961229ba296a7caf90abce68d [[glibc_madvise_vs_static_linking]]. + * `msync` + + Then define `_POSIX_MAPPED_FILES`, `_POSIX_SYNCHRONIZED_IO`. + * Create `t/cleanup_kernel-features.h`. * Add tests from Linux kernel commit messages for `t/dup3` et al. |