summaryrefslogtreecommitdiff
path: root/udev/udev_sysdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udev_sysdeps.h')
-rw-r--r--udev/udev_sysdeps.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/udev/udev_sysdeps.h b/udev/udev_sysdeps.h
index 15387dcebd..eaeab86f6b 100644
--- a/udev/udev_sysdeps.h
+++ b/udev/udev_sysdeps.h
@@ -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