X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.h;h=11cc10ba3060f7425f8657cc1d24cf8ee925eefc;hb=d8d5781c1eb031477670facc132e198f8fddd56c;hp=124c7c06d49348de85c44ad48db61d136ec51535;hpb=4034a06ddb82ec9868cd52496fef2f5faa25575f;p=elogind.git diff --git a/src/shared/util.h b/src/shared/util.h index 124c7c06d..11cc10ba3 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -1054,8 +1054,6 @@ int fd_getcrtime(int fd, usec_t *usec); int path_getcrtime(const char *p, usec_t *usec); int fd_getcrtime_at(int dirfd, const char *name, usec_t *usec, int flags); -int same_fd(int a, int b); - int chattr_fd(int fd, bool b, unsigned mask); int chattr_path(const char *p, bool b, unsigned mask); int change_attr_fd(int fd, unsigned value, unsigned mask);