diff options
author | rsc <devnull@localhost> | 2004-12-28 23:27:05 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-12-28 23:27:05 +0000 |
commit | 48907e89cb5d541358a8268112fd097845661f29 (patch) | |
tree | 2744269e7178fd753a490cba666958c8b8cf5517 | |
parent | 09dd30c9a0fc6578838ea84669af01d1ea6a60ac (diff) | |
download | plan9port-48907e89cb5d541358a8268112fd097845661f29.tar.gz plan9port-48907e89cb5d541358a8268112fd097845661f29.tar.bz2 plan9port-48907e89cb5d541358a8268112fd097845661f29.zip |
declare elfdl386mapdl
-rw-r--r-- | src/libmach/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmach/elf.h b/src/libmach/elf.h index d4b459e1..02fb5851 100644 --- a/src/libmach/elf.h +++ b/src/libmach/elf.h @@ -235,3 +235,4 @@ int coreregslinux386(Elf*, ElfNote*, uchar**); int coreregsfreebsd386(Elf*, ElfNote*, uchar**); int corecmdlinux386(Elf*, ElfNote*, char**); int corecmdfreebsd386(Elf*, ElfNote*, char**); +void elfdl386mapdl(void); |