summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/readdir.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 16:40:32 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 16:40:32 +0000
commite28f55c0a3386cdb0185f5252b54d10d2c2a1710 (patch)
tree5a784003db915c77e59ea106747dc7c0432ec818 /source/smbwrapper/readdir.c
parente3fd861590dd27cc643c2d8d0cb5a5651c84d9ac (diff)
downloadsamba-e28f55c0a3386cdb0185f5252b54d10d2c2a1710.tar.gz
samba-e28f55c0a3386cdb0185f5252b54d10d2c2a1710.tar.xz
samba-e28f55c0a3386cdb0185f5252b54d10d2c2a1710.zip
use __XXXdir() instead of __libc_XXXdir()
Diffstat (limited to 'source/smbwrapper/readdir.c')
-rw-r--r--source/smbwrapper/readdir.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/smbwrapper/readdir.c b/source/smbwrapper/readdir.c
index f232a2609e9..044262b9f23 100644
--- a/source/smbwrapper/readdir.c
+++ b/source/smbwrapper/readdir.c
@@ -22,10 +22,6 @@
#include "wrapper.h"
-#ifdef linux
-__asm__(".globl __readdir; __readdir = readdir");
-#endif
-
struct dirent *readdir(DIR *dir)
{
if (smbw_dirp(dir)) {