repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libroot_debug: Merge guarded heap into libroot_debug.
[haiku.git]
/
src
/
system
/
libroot
/
posix
/
glibc
/
include
/
dlfcn.h
blob
d21cff6020752b2f94847b8a784f17d93b762d5d
1
#ifndef _DLFCN_H
2
3
#include_next <dlfcn.h>
4
5
# define DL_CALL_FCT(fctp, args) \
6
(*(fctp)) args
7
8
#endif