chiark / gitweb /
move udev_device_db to libudev
[elogind.git] / udev / udev_sysdeps.h
index 15387dcebd2c1d687db9c5df133971c56eff218c..eaeab86f6b1cd6b7bcaaf4cef3d37888eca428b8 100644 (file)
@@ -46,11 +46,5 @@ static inline int inotify_add_watch(int fd, const char *name, uint32_t mask)
 #define IN_MOVE                0
 #define IN_CLOSE_WRITE 0
 
-#endif
-
-#ifndef HAVE_STRLCPY
-extern size_t strlcpy(char *dst, const char *src, size_t size);
-extern size_t strlcat(char *dst, const char *src, size_t size);
-#endif
-
+#endif /* HAVE_INOTIFY */
 #endif