summaryrefslogtreecommitdiff
path: root/libdde-linux26/contrib/include/linux/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdde-linux26/contrib/include/linux/inotify.h')
-rw-r--r--libdde-linux26/contrib/include/linux/inotify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdde-linux26/contrib/include/linux/inotify.h b/libdde-linux26/contrib/include/linux/inotify.h
index 37ea2894..782fd29a 100644
--- a/libdde-linux26/contrib/include/linux/inotify.h
+++ b/libdde-linux26/contrib/include/linux/inotify.h
@@ -230,12 +230,12 @@ static inline void put_inotify_watch(struct inotify_watch *watch)
{
}
-extern inline int pin_inotify_watch(struct inotify_watch *watch)
+static inline int pin_inotify_watch(struct inotify_watch *watch)
{
return 0;
}
-extern inline void unpin_inotify_watch(struct inotify_watch *watch)
+static inline void unpin_inotify_watch(struct inotify_watch *watch)
{
}