text: provide save function taking a directory descriptor
commit397a8a0688c0be874f0e1826ed51d88db039d769
authorMarc André Tanner <mat@brain-dump.org>
Fri, 21 Aug 2020 10:34:36 +0000 (21 12:34 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 29 Aug 2020 11:34:41 +0000 (29 13:34 +0200)
tree0378c4d1f976e37be02da5a61690b3178be49509
parent57a13bcea2b70c09aff2953bd0a2d451659e9bdd
text: provide save function taking a directory descriptor

The standard does not specify mkstempat(3). We currently implement it
in a non thread safe manner, by temporarily changing the process working
directory before invoking mkstemp(3).
sam.c
text.c
text.h