]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2006-02-26 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 27 Feb 2006 00:58:29 +0000 (00:58 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 27 Feb 2006 00:58:29 +0000 (00:58 +0000)
* sysdeps/generic/pt-raise.c: Moved to ...
* pt-raise.c: ... here.
* sysdeps/generic/lowlevellock.h: Moved to ...
* lowlevellock.h: ... here.

nptl/lowlevellock.h [moved from nptl/sysdeps/generic/lowlevellock.h with 95% similarity]
nptl/pt-raise.c [moved from nptl/sysdeps/generic/pt-raise.c with 91% similarity]

similarity index 95%
rename from nptl/sysdeps/generic/lowlevellock.h
rename to nptl/lowlevellock.h
index 7f95daadadcda1d42e9bd16967a2f213363feda1..338da399908e182ad2888aef5cdf683e53713c9a 100644 (file)
@@ -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 <drepper@redhat.com>, 2002.
 
similarity index 91%
rename from nptl/sysdeps/generic/pt-raise.c
rename to nptl/pt-raise.c
index 59d9590e6e2edf5cd5809fbcf55b5c92bfe315af..a72cf85502b97b22078bf158b87c910868f9d7ec 100644 (file)
@@ -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 <drepper@redhat.com>, 2002.