Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread/arch/arm Include <sys/types> before <sys/lock...



details:   https://anonhg.NetBSD.org/src/rev/80cbba2065cf
branches:  trunk
changeset: 544180:80cbba2065cf
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 13 19:51:33 2003 +0000

description:
Include <sys/types> before <sys/lock.h>, shuffle <ucontext.h>.

diffstat:

 lib/libpthread/arch/arm/genassym.cf |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 98f90804f114 -r 80cbba2065cf lib/libpthread/arch/arm/genassym.cf
--- a/lib/libpthread/arch/arm/genassym.cf       Thu Mar 13 18:23:02 2003 +0000
+++ b/lib/libpthread/arch/arm/genassym.cf       Thu Mar 13 19:51:33 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.2 2003/01/18 10:34:18 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.3 2003/03/13 19:51:33 thorpej Exp $
 
 # Copyright (c) 2001 Wasabi Systems, Inc.
 # All rights reserved.
@@ -34,9 +34,10 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-include <ucontext.h>
+include <sys/types.h>
 include <sys/lock.h>
 include <sys/queue.h>
+include <ucontext.h>
 include "pthread.h"
 include "pthread_int.h"
 include "pthread_md.h"



Home | Main Index | Thread Index | Old Index