summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/opendir.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbwrapper/opendir.c')
-rw-r--r--source3/smbwrapper/opendir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/smbwrapper/opendir.c b/source3/smbwrapper/opendir.c
index 2dfb3dbf21..87c465a777 100644
--- a/source3/smbwrapper/opendir.c
+++ b/source3/smbwrapper/opendir.c
@@ -22,10 +22,6 @@
#include "wrapper.h"
-#ifdef linux
-__asm__(".globl __opendir; __opendir = opendir");
-#endif
-
DIR *opendir(const char *name)
{
if (smbw_path(name)) {