From: Michael Kerrisk Date: Tue, 6 Dec 2016 15:29:39 +0000 (+0100) Subject: close.2: srcfix: FIXME X-Git-Tag: man-pages-4.09~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca734d5b67728a0927d5fdc89d1357edd13b4150;p=thirdparty%2Fman-pages.git close.2: srcfix: FIXME Signed-off-by: Michael Kerrisk --- diff --git a/man2/close.2 b/man2/close.2 index 9827b953e4..f42c0ef234 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -189,6 +189,10 @@ the next major release of the POSIX.1 standard. .\" POSIX proposes further changes for EINTR .\" http://austingroupbugs.net/tag_view_page.php?tag_id=8 .\" http://austingroupbugs.net/view.php?id=529 +.\" +.\" FIXME . +.\" Review the following glibc bug later +.\" https://sourceware.org/bugzilla/show_bug.cgi?id=14627 A successful close does not guarantee that the data has been successfully saved to disk, as the kernel uses the buffer cache to defer writes.