summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 03:49:49 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 03:49:49 +0100
commit7b186c48d365ae8eda81ae9a0af100d2214bee32 (patch)
tree9a49d17f6529a218f4d8e7879714e4dae2c001c3 /source3/include
parent6a2caa34b24c2225dba9da011eaa5cc3eb8752be (diff)
downloadsamba-7b186c48d365ae8eda81ae9a0af100d2214bee32.tar.gz
samba-7b186c48d365ae8eda81ae9a0af100d2214bee32.tar.bz2
samba-7b186c48d365ae8eda81ae9a0af100d2214bee32.zip
Remove sys_dl*() - stubs are already provided by libreplace.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ee6dcc1601..8495d1e78d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1020,10 +1020,6 @@ pid_t sys_fork(void);
pid_t sys_getpid(void);
int sys_popen(const char *command);
int sys_pclose(int fd);
-void *sys_dlopen(const char *name, int flags);
-void *sys_dlsym(void *handle, const char *symbol);
-int sys_dlclose (void *handle);
-const char *sys_dlerror(void);
int sys_dup2(int oldfd, int newfd) ;
ssize_t sys_getxattr (const char *path, const char *name, void *value, size_t size);
ssize_t sys_lgetxattr (const char *path, const char *name, void *value, size_t size);