about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-27 00:58:29 +0000
committerRoland McGrath <roland@gnu.org>2006-02-27 00:58:29 +0000
commit0ccdd33975fb4bd91a7d920b86168c8a5216d256 (patch)
tree6e8e44671d9e6e28eacdb6d50c734b8c8b13344c /nptl
parent33e9f5904dd86ed8da768091493a493e76f0bb9b (diff)
downloadglibc-0ccdd33975fb4bd91a7d920b86168c8a5216d256.tar.gz
glibc-0ccdd33975fb4bd91a7d920b86168c8a5216d256.tar.xz
glibc-0ccdd33975fb4bd91a7d920b86168c8a5216d256.zip
2006-02-26 Roland McGrath <roland@redhat.com>
	* sysdeps/generic/pt-raise.c: Moved to ...
	* pt-raise.c: ... here.
	* sysdeps/generic/lowlevellock.h: Moved to ...
	* lowlevellock.h: ... here.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/lowlevellock.h (renamed from nptl/sysdeps/generic/lowlevellock.h)3
-rw-r--r--nptl/pt-raise.c (renamed from nptl/sysdeps/generic/pt-raise.c)3
2 files changed, 4 insertions, 2 deletions
diff --git a/nptl/sysdeps/generic/lowlevellock.h b/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 <drepper@redhat.com>, 2002.
 
diff --git a/nptl/sysdeps/generic/pt-raise.c b/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 <drepper@redhat.com>, 2002.