]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/fs/mkstemp/: mkostemp(): Split API from fmkomstemp()
authorAlejandro Colomar <alx@kernel.org>
Wed, 4 Dec 2024 12:47:37 +0000 (13:47 +0100)
committerSerge Hallyn <serge@hallyn.com>
Tue, 3 Jun 2025 14:49:44 +0000 (09:49 -0500)
commit5fc6509dcb2305f8738f942c65e7bdaa754fce9c
tree5d78667580a78ebd109aeff37ef206d60f283b01
parent4b62a2ebeaa4fcfd27421e32496ed37fcf42fd3b
lib/fs/mkstemp/: mkostemp(): Split API from fmkomstemp()

This reduces the complexity of fmkomstemp().

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/Makefile.am
lib/fs/mkstemp/fmkomstemp.h
lib/fs/mkstemp/mkomstemp.c [new file with mode: 0644]
lib/fs/mkstemp/mkomstemp.h [new file with mode: 0644]