diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-15 23:34:30 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-15 23:34:30 +0000 |
commit | a9538892adfbb9f092e0bb14ff3a1703973968af (patch) | |
tree | 19c746fa67ff63159fb1b261fc257acd8fea4aee /nptl | |
parent | 93171016830e1ed4ec77c46cd4c32156d4624c1a (diff) | |
download | glibc-a9538892adfbb9f092e0bb14ff3a1703973968af.tar glibc-a9538892adfbb9f092e0bb14ff3a1703973968af.tar.gz glibc-a9538892adfbb9f092e0bb14ff3a1703973968af.tar.bz2 glibc-a9538892adfbb9f092e0bb14ff3a1703973968af.zip |
Split up stackguard-macros.h into sysdeps directories.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/tst-stackguard1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c index 4af16c9c15..c45604663a 100644 --- a/nptl/tst-stackguard1.c +++ b/nptl/tst-stackguard1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005 Free Software Foundation, Inc. +/* Copyright (C) 2005-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek <jakub@redhat.com>, 2005. @@ -23,7 +23,7 @@ #include <stdlib.h> #include <string.h> #include <sys/wait.h> -#include <elf/stackguard-macros.h> +#include <stackguard-macros.h> #include <unistd.h> static const char *command; |