chiark / gitweb /
Prep v228: Condense elogind source masks (3/5)
[elogind.git] / src / basic / xattr-util.c
index d440b3cd04cc838389bef1799f9e904923315496..e00f1819d70693d9b8afee241557ed4231aeee8f 100644 (file)
@@ -98,8 +98,7 @@ int fgetxattr_malloc(int fd, const char *name, char **value) {
         }
 }
 
-/// UNNEEDED by elogind
-#if 0
+#if 0 /// UNNEEDED by elogind
 ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags) {
         char fn[strlen("/proc/self/fd/") + DECIMAL_STR_MAX(int) + 1];
         _cleanup_close_ int fd = -1;