summaryrefslogtreecommitdiff
path: root/libpurple/win32
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-10-30 22:04:59 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-10-30 22:04:59 -0400
commit7346f48ff47abc3efdae90f82059b35bdca61be0 (patch)
treeb06825df7441934c0af16f2cce59f970bf0191dc /libpurple/win32
parentb699f457f49824bb7694849f7c4981e0f36a52ec (diff)
downloadpidgin-7346f48ff47abc3efdae90f82059b35bdca61be0.tar.gz
Use g_fchmod instead of fchmod to remove wrapper.
Diffstat (limited to 'libpurple/win32')
-rw-r--r--libpurple/win32/libc_interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpurple/win32/libc_interface.h b/libpurple/win32/libc_interface.h
index f1fe8edabd..8573a659ee 100644
--- a/libpurple/win32/libc_interface.h
+++ b/libpurple/win32/libc_interface.h
@@ -145,9 +145,6 @@ wpurple_gettimeofday( timeval, timezone )
#define rename( oldname, newname ) \
g_rename( oldname, newname )
-/* sys/stat.h */
-#define fchmod(a,b)
-
/* time.h */
/* XXX: it may be also defined by pthread.h */
#undef localtime_r