From 0ccdd33975fb4bd91a7d920b86168c8a5216d256 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Feb 2006 00:58:29 +0000 Subject: [PATCH] 2006-02-26 Roland McGrath * sysdeps/generic/pt-raise.c: Moved to ... * pt-raise.c: ... here. * sysdeps/generic/lowlevellock.h: Moved to ... * lowlevellock.h: ... here. --- nptl/{sysdeps/generic => }/lowlevellock.h | 3 ++- nptl/{sysdeps/generic => }/pt-raise.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename nptl/{sysdeps/generic => }/lowlevellock.h (95%) rename nptl/{sysdeps/generic => }/pt-raise.c (91%) diff --git a/nptl/sysdeps/generic/lowlevellock.h b/nptl/lowlevellock.h similarity index 95% rename from nptl/sysdeps/generic/lowlevellock.h rename to nptl/lowlevellock.h index 7f95daadad..338da39990 100644 --- a/nptl/sysdeps/generic/lowlevellock.h +++ b/nptl/lowlevellock.h @@ -1,4 +1,5 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Low level locking macros used in NPTL implementation. Stub version. + Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002. diff --git a/nptl/sysdeps/generic/pt-raise.c b/nptl/pt-raise.c similarity index 91% rename from nptl/sysdeps/generic/pt-raise.c rename to nptl/pt-raise.c index 59d9590e6e..a72cf85502 100644 --- a/nptl/sysdeps/generic/pt-raise.c +++ b/nptl/pt-raise.c @@ -1,4 +1,5 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* ISO C raise function for libpthread. + Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2002.