diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-01 05:58:43 +0000 |
commit | ea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch) | |
tree | 6826a5266d78c22210c194772a8daed06ef0a19c /data/libffi/private.diff | |
parent | a45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff) |
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/libffi/private.diff')
-rw-r--r-- | data/libffi/private.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/libffi/private.diff b/data/libffi/private.diff new file mode 100644 index 000000000..cd3ee23a7 --- /dev/null +++ b/data/libffi/private.diff @@ -0,0 +1,12 @@ +Index: src/arm/ffi.c +=================================================================== +--- libffi/src/arm/ffi.c (revision 130618) ++++ libffi+iPhone/src/arm/ffi.c (working copy) +@@ -199,6 +199,7 @@ + + /* This function is jumped to by the trampoline */ + ++__private_extern__ + unsigned int + ffi_closure_SYSV_inner (closure, respp, args) + ffi_closure *closure; |