1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-23 03:53:43 +01:00

Fix typo: function returns unw_addr_space_t, not int.

(Logical change 1.288)
This commit is contained in:
hp.com!davidm 2005-04-20 21:02:21 +00:00
parent 7be9f14653
commit 2f9b0ab27d

View file

@ -12,7 +12,7 @@
\File{\#include $<$libunwind.h$>$}\\
\Type{int} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
\Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
\section{Description}