summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/telldir.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/telldir.c')
-rw-r--r--source3/smbwrapper/telldir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbwrapper/telldir.c b/source3/smbwrapper/telldir.c
index d8bd3572a2..13c1133c72 100644
--- a/source3/smbwrapper/telldir.c
+++ b/source3/smbwrapper/telldir.c
@@ -22,10 +22,6 @@
#include "wrapper.h"
-#ifdef linux
-__asm__(".globl __telldir; __telldir = telldir");
-#endif
-
off_t telldir(DIR *dir)
{
if (smbw_dirp(dir)) {