Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/lib/libpthread Put the #include "pthread_md.h" back whe...



details:   https://anonhg.NetBSD.org/src/rev/e5ae72bfa6f1
branches:  nathanw_sa
changeset: 506761:e5ae72bfa6f1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jan 16 14:47:12 2003 +0000

description:
Put the #include "pthread_md.h" back where it was so the #define stuff
in i386/pthread_md.h works again.

diffstat:

 lib/libpthread/pthread_int.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ae87255abc8f -r e5ae72bfa6f1 lib/libpthread/pthread_int.h
--- a/lib/libpthread/pthread_int.h      Thu Jan 16 13:07:01 2003 +0000
+++ b/lib/libpthread/pthread_int.h      Thu Jan 16 14:47:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_int.h,v 1.1.2.39 2003/01/16 03:35:45 thorpej Exp $     */
+/*     $NetBSD: pthread_int.h,v 1.1.2.40 2003/01/16 14:47:12 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -45,7 +45,6 @@
 #include "pthread_types.h"
 #include "pthread_queue.h"
 #include "pthread_debug.h"
-#include "pthread_md.h"
 
 #include <sa.h>
 #include <signal.h>
@@ -260,6 +259,8 @@
 void   pthread__testcancel(pthread_t self);
 int    pthread__find(pthread_t self, pthread_t target);
 
+#include "pthread_md.h"
+
 #ifndef PTHREAD_MD_INIT
 #define PTHREAD_MD_INIT
 #endif



Home | Main Index | Thread Index | Old Index