repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sbin/hammer: Make volume count test optional for blkdevs based commands
[dragonfly.git]
/
lib
/
libdl
/
dl_stub.c
blob
bab863d7cce10f5415acfc36c08c569a56d31a94
1
/*
2
* DragonFly BSD provides the dynamic loader facilities (dlopen/dlfcn/...) in
3
* libc itself. However, a number of applications expect these routines to
4
* be provided by libdl. We provide a stub libdl with no subroutines to satisfy
5
* these applications.
6
*/
7