diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-23 23:54:00 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-21 19:29:44 +0200 |
commit | 1325aa4202cbd393c9577794e2b4995cc8743892 (patch) | |
tree | f3b5529cb0adb43201f2fabc5f56ca78aa25763b /src/util.h | |
parent | ab5c3e3ff172e7dc295d3022170ee6a3be062a3f (diff) |
util: add pipe_eof()
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index f2156afb60..6076e69dbb 100644 --- a/src/util.h +++ b/src/util.h @@ -357,6 +357,8 @@ int chmod_and_chown(const char *path, mode_t mode, uid_t uid, gid_t gid); int rm_rf(const char *path, bool only_dirs, bool delete_root); +int pipe_eof(int fd); + cpu_set_t* cpu_set_malloc(unsigned *ncpus); void status_vprintf(const char *format, va_list ap); |