diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-03 16:40:32 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-03 16:40:32 +0000 |
commit | a4a0c71e4f3913d56fd87754081da18bd353b9e8 (patch) | |
tree | f3028713ce33e15099476acb64491e573f3fa6e5 /source3/smbwrapper/opendir.c | |
parent | 1fa3478aaf5a40a0eb37f8f5679707d23231e276 (diff) | |
download | samba-a4a0c71e4f3913d56fd87754081da18bd353b9e8.tar.gz samba-a4a0c71e4f3913d56fd87754081da18bd353b9e8.tar.bz2 samba-a4a0c71e4f3913d56fd87754081da18bd353b9e8.zip |
use __XXXdir() instead of __libc_XXXdir()
(This used to be commit e28f55c0a3386cdb0185f5252b54d10d2c2a1710)
Diffstat (limited to 'source3/smbwrapper/opendir.c')
-rw-r--r-- | source3/smbwrapper/opendir.c | 4 |
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)) { |