diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 18:24:11 +0000 |
commit | 2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd (patch) | |
tree | a63d3b3b1c89018b5419358eed5c2bb0acf1cd92 /core/uclibc/uclibc-i386-floating-stacks.diff | |
parent | e374901731eb35599bd6735de4dd38560e3a79b8 (diff) | |
download | aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.bz2 aports-2d2ddf507bf1ae2f4cc595b23b8e018398cbe8dd.tar.xz |
move core/* to main/
added maintainer to several packages as well
Diffstat (limited to 'core/uclibc/uclibc-i386-floating-stacks.diff')
-rw-r--r-- | core/uclibc/uclibc-i386-floating-stacks.diff | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/core/uclibc/uclibc-i386-floating-stacks.diff b/core/uclibc/uclibc-i386-floating-stacks.diff deleted file mode 100644 index 553195e69f..0000000000 --- a/core/uclibc/uclibc-i386-floating-stacks.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- uClibc-0.9.30.1/libpthread/linuxthreads/sysdeps/i386/pt-machine.h Thu Sep 25 13:55:14 2008 -+++ /root/uClibc-0.9.30.1-patched/libpthread/linuxthreads/sysdeps/i386/pt-machine.h Wed Jun 24 13:13:31 2009 -@@ -113,6 +113,8 @@ - } - #endif /* __ASSEMBLER__ */ - -+#include "./useldt.h" -+ - #endif /* pt-machine.h */ - - #endif ---- uClibc-0.9.30.1/libpthread/linuxthreads/sysdeps/i386/useldt.h Tue May 15 00:35:00 2007 -+++ /root/uClibc-0.9.30.1-patched/libpthread/linuxthreads/sysdeps/i386/useldt.h Wed Jun 24 13:22:38 2009 -@@ -23,7 +23,8 @@ - #include <stddef.h> /* For offsetof. */ - #include <stdlib.h> /* For abort(). */ - #include <sysdep.h> -- -+#include <sys/syscall.h> -+#include <kernel-features.h> - - /* We don't want to include the kernel header. So duplicate the - information. */ |