Files
emacs/lib-src
Paul Eggert 40eecd594a Port better to NFS unlink
I found this problem while looking into Bug#72641.
* lib-src/etags.c (do_move_file):
* lib-src/update-game-score.c (unlock_file):
* src/androidvfs.c (android_hack_asset_fd_fallback):
* src/filelock.c (current_lock_owner):
Treat unlink as successful if it fails because the file wasn’t there.
This can happen with some NFS implementations, due to its
retrying over the network to get at-least-once semantics.
Although most of Emacs’s calls to unlink were already doing this,
a few instances were not.
2024-08-15 20:11:33 -07:00
..
2024-01-02 10:28:14 +08:00
2024-01-02 10:28:14 +08:00
2024-08-15 20:11:33 -07:00
2024-01-02 10:28:14 +08:00
2024-08-15 20:11:33 -07:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.