]> git.eshelyaron.com Git - emacs.git/commit
Improve rename-file port to macOS
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Aug 2017 01:16:04 +0000 (18:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Aug 2017 01:16:23 +0000 (18:16 -0700)
commit97460582e2d0052f27d342ddb90309dc3da700b8
treee24b1807b1b4ea5c59ef6e599519601d1e944b74
parente88bbd22c5ffb1d6008c0c7e18a36043b0f397dd
Improve rename-file port to macOS

* src/fileio.c (Frename_file): On macOS, renameat_noreplace can
fail with errno == ENOTSUP on file systems where it is not
supported, according to the Apple documentation.
src/fileio.c