]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
remove llabs() inline from compat.h
authorJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 18:42:46 +0000 (20:42 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 18:42:46 +0000 (20:42 +0200)
src/compat.h

index beccc2cdec3fdb481d3b7c1721116dcfd5c932b2..6a04f8fa865981f168ced02a2b35e6c319ea428d 100644 (file)
 #ifndef ENABLE_INOTIFY_INIT1
 #define inotify_init1(IN_CLOEXEC) inotify_init()
 #endif
-#ifndef ENABLE_LLABS
-static inline long long int llabs(long long int a)
-{
-  if (a < 0) return -a; else return a;
-}
-#endif
 
 #endif /* TVH_COMPAT_H */