chiark / gitweb /
journal: guarantee async-signal-safety in sd_journald_sendv
[elogind.git] / src / shared / util.h
index d6d746bc6a506386b7a33f1902f07756a8356d78..1169864c3a5853f0d301855253616d0cd346fac9 100644 (file)
@@ -849,3 +849,8 @@ bool pid_valid(pid_t pid);
 
 int getpeercred(int fd, struct ucred *ucred);
 int getpeersec(int fd, char **ret);
+
+int writev_safe(int fd, const struct iovec *w, int j);
+
+int mkostemp_safe(char *pattern, int flags);
+int open_tmpfile(const char *path, int flags);