summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-08-16 08:34:41 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-08-16 08:35:19 -0700
commit6980ecee9d86e1f99f7acd403d696da96bbed0a6 (patch)
tree0738718131144c5acaca07e3066263b1ec8fe0bc /doc/posix-functions
parentbf9412ab2e5878f2b64c8ba5d496d7a26ac4d374 (diff)
downloadgnulib-6980ecee9d86e1f99f7acd403d696da96bbed0a6.tar.gz
rename: port better to NetBSD
* doc/posix-functions/rename.texi (rename): NetBSD 7 does not have the link-count bug. * m4/rename.m4 (gl_FUNC_RENAME): Don’t consider NetBSD to be broken merely because rename ("a", "b") removes "a" when the two names are hard links to the same file.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/rename.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/rename.texi b/doc/posix-functions/rename.texi
index 12c3be4d61..97c44a5666 100644
--- a/doc/posix-functions/rename.texi
+++ b/doc/posix-functions/rename.texi
@@ -28,7 +28,7 @@ Solaris 9.
@item
This function incorrectly reduces the link count when comparing two
spellings of a hard link on some platforms:
-NetBSD 1.6, NetBSD 7.0 without @code{-D_XOPEN_SOURCE=500}, Cygwin 1.5.x.
+NetBSD 1.6, Cygwin 1.5.x.
@item
This function will not always replace an existing destination on some
platforms: