X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev_sysdeps.h;h=eaeab86f6b1cd6b7bcaaf4cef3d37888eca428b8;hb=41b7a00922bdb1a501cbf2e39282fe64bb94cb6d;hp=15387dcebd2c1d687db9c5df133971c56eff218c;hpb=55e9959b155cefc5146f7a3d1ea73e74da91f303;p=elogind.git diff --git a/udev/udev_sysdeps.h b/udev/udev_sysdeps.h index 15387dceb..eaeab86f6 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