*: introduce and use xmkstemp. -65 bytes.
Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
cbfeaac7af
commit
6722737ece
@ -425,6 +425,7 @@ int xopen_stdin(const char *pathname) FAST_FUNC;
|
||||
void xrename(const char *oldpath, const char *newpath) FAST_FUNC;
|
||||
int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC;
|
||||
off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC;
|
||||
int xmkstemp(char *template) FAST_FUNC;
|
||||
off_t fdlength(int fd) FAST_FUNC;
|
||||
|
||||
uoff_t FAST_FUNC get_volume_size_in_bytes(int fd,
|
||||
|
Reference in New Issue
Block a user