summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorneal <neal>2008-08-12 14:34:18 +0000
committerneal <neal>2008-08-12 14:34:18 +0000
commitb0fafad8108e8eecae6af59e952302a218a009ad (patch)
tree4eaeabe13d8cfcf1ee6618592d486f7e2828f80a /libpthread
parentfea6b1622fab926cf597d3771451bf79097bfa12 (diff)
2008-08-12 Neal H. Walfield <neal@gnu.org>
* sysdeps/generic/bits/pthread-np.h: New file.
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/ChangeLog6
-rw-r--r--libpthread/sysdeps/generic/bits/pthread-np.h27
2 files changed, 32 insertions, 1 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog
index 22a03d7..f9c09c1 100644
--- a/libpthread/ChangeLog
+++ b/libpthread/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-12 Neal H. Walfield <neal@gnu.org>
+
+ * sysdeps/generic/bits/pthread-np.h: New file.
+
2006-03-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
* sysdeps/ia32/machine-sp.h (thread_stack_pointer):
@@ -5,7 +9,7 @@
2008-08-12 Neal H. Walfield <neal@gnu.org>
- * sysdeps/generic/pt-startup.c (__pthread_startup): New file.
+ * sysdeps/generic/pt-startup.c: New file.
2008-08-12 Neal H. Walfield <neal@gnu.org>
diff --git a/libpthread/sysdeps/generic/bits/pthread-np.h b/libpthread/sysdeps/generic/bits/pthread-np.h
new file mode 100644
index 0000000..d5ddbb0
--- /dev/null
+++ b/libpthread/sysdeps/generic/bits/pthread-np.h
@@ -0,0 +1,27 @@
+/* Non-portable functions. Generic version.
+ Copyright (C) 2008 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the GNU C Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
+
+/*
+ * Never include this file directly; use <pthread.h> or <cthreads.h> instead.
+ */
+
+#ifndef _BITS_PTHREAD_NP_H
+#define _BITS_PTHREAD_NP_H 1
+
+#endif /* bits/pthread-np.h */