summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udev_libc_wrapper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/udev_libc_wrapper.h b/udev_libc_wrapper.h
index 824603b74c..a4d320fef2 100644
--- a/udev_libc_wrapper.h
+++ b/udev_libc_wrapper.h
@@ -138,14 +138,6 @@ static inline int inotify_add_watch(int fd, const char *name, uint32_t mask)
#define SO_RCVBUFFORCE 33
#endif
-#ifdef __KLIBC__
-static inline int clearenv(void)
-{
- environ[0] = NULL;
- return 0;
-}
-#endif
-
extern uid_t lookup_user(const char *user);
extern gid_t lookup_group(const char *group);