]> git.eshelyaron.com Git - emacs.git/commit
Utilize more frequently supported file access modes
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 05:39:16 +0000 (13:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Aug 2023 05:39:16 +0000 (13:39 +0800)
commitd35ead5bd8a2630c34a38e02d4689e682b0e1ba9
tree9eb098f0d3842c765326d43dcf71d5b06808436e
parent3fb2c174d3a73ee5a2670b438538a5c32ad9d7ac
Utilize more frequently supported file access modes

* java/org/gnu/emacs/EmacsSafThread.java (openDocument1): Use
plain r or w where possible, as the fileio stuff is now better
prepared for FIFOs.
(openDocument): New argument READ.
* java/org/gnu/emacs/EmacsService.java (openDocument): New
argument READ.
* src/android.c (android_init_emacs_service): Adjust
correspondingly.
* src/androidvfs.c (android_saf_file_open): Don't support
O_APPEND.  Pass read as well as trunc and write.
java/org/gnu/emacs/EmacsSafThread.java
java/org/gnu/emacs/EmacsService.java
src/android.c
src/androidvfs.c