chiark / gitweb /
Compiling.
[elogind.git] / src / shared / util.h
index 124c7c06d49348de85c44ad48db61d136ec51535..11cc10ba3060f7425f8657cc1d24cf8ee925eefc 100644 (file)
@@ -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);