]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- fix for undefined __guard in libc.so on i386
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Jul 2006 23:07:05 +0000 (23:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-guard.patch -> 1.1

dietlibc-guard.patch [new file with mode: 0644]

diff --git a/dietlibc-guard.patch b/dietlibc-guard.patch
new file mode 100644 (file)
index 0000000..361f7b2
--- /dev/null
@@ -0,0 +1,13 @@
+--- dietlibc-0.30/i386/dyn_syscalls.S.orig     2005-10-08 23:11:32.000000000 +0200
++++ dietlibc-0.30/i386/dyn_syscalls.S  2006-07-20 00:55:39.483662000 +0200
+@@ -24,6 +24,10 @@
+       ret
+ #endif
++#ifdef WANT_SSP
++#include "../syscalls.s/__guard.S"
++#endif
++
+ /* ok now include all syscalls.s (*.S) and sysdep *.S */
+ #include "mmap.S"
This page took 0.052696 seconds and 4 git commands to generate.