fix wrapper headers
This commit is contained in:
parent
5a0f802724
commit
1c448e5283
@ -4,7 +4,7 @@
|
||||
#endif
|
||||
#define ffi_wrapper_h
|
||||
|
||||
#elif defined(__i386__)
|
||||
#if defined(__i386__)
|
||||
#include "ffi-i386.h"
|
||||
#elif defined(__powerpc64__)
|
||||
#include "ffi-ppc64.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
#endif
|
||||
#define ffitarget_wrapper_h
|
||||
|
||||
#elif defined(__i386__)
|
||||
#if defined(__i386__)
|
||||
#include "ffitarget-i386.h"
|
||||
#elif defined(__powerpc64__)
|
||||
#include "ffitarget-ppc64.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: libffi
|
||||
Version: 3.0.13
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A portable foreign function interface library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -122,6 +122,9 @@ fi
|
||||
%{_infodir}/libffi.info.gz
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-4
|
||||
- fix typos in wrapper headers
|
||||
|
||||
* Mon May 27 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-3
|
||||
- make header files multilib safe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user