From: Roland McGrath Date: Mon, 27 Feb 2006 00:58:29 +0000 (+0000) Subject: 2006-02-26 Roland McGrath X-Git-Tag: cvs/fedora-glibc-20060301T0647~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ccdd33975fb4bd91a7d920b86168c8a5216d256;p=thirdparty%2Fglibc.git 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. --- 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 7f95daadadc..338da399908 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 59d9590e6e2..a72cf85502b 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.