mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
kernel-features.h.
This commit is contained in:
parent
1f55ce483b
commit
f72386ad7c
@ -1,3 +1,8 @@
|
|||||||
|
2006-12-13 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
|
||||||
|
kernel-features.h.
|
||||||
|
|
||||||
2006-12-11 Ulrich Drepper <drepper@redhat.com>
|
2006-12-11 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
|
* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Jump to a new context.
|
/* Jump to a new context.
|
||||||
Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
|
Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -20,6 +20,7 @@
|
|||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
#include <rtld-global-offsets.h>
|
#include <rtld-global-offsets.h>
|
||||||
#include <shlib-compat.h>
|
#include <shlib-compat.h>
|
||||||
|
#include <kernel-features.h>
|
||||||
|
|
||||||
#define __ASSEMBLY__
|
#define __ASSEMBLY__
|
||||||
#include <asm/ptrace.h>
|
#include <asm/ptrace.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user