From 703263e6b65990169fe9bc43745653d0a81c5372 Mon Sep 17 00:00:00 2001 From: reinelt Date: Thu, 14 Sep 2006 03:49:14 +0000 Subject: [lcd4linux @ 2006-09-14 03:49:14 by reinelt] indent run git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@713 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- thread.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'thread.h') diff --git a/thread.h b/thread.h index 39ef6a8..3c19b40 100644 --- a/thread.h +++ b/thread.h @@ -1,4 +1,4 @@ -/* $Id: thread.h,v 1.8 2006/09/13 20:04:57 entropy Exp $ +/* $Id: thread.h,v 1.9 2006/09/14 03:49:14 reinelt Exp $ * * thread handling (mutex, shmem, ...) * @@ -26,6 +26,9 @@ * * * $Log: thread.h,v $ + * Revision 1.9 2006/09/14 03:49:14 reinelt + * indent run + * * Revision 1.8 2006/09/13 20:04:57 entropy * threads change argv[0] to their thread name, for a neat 'ps' output * @@ -60,7 +63,7 @@ #define _THREAD_H_ -extern int thread_argc; +extern int thread_argc; extern char **thread_argv; int mutex_create(void); -- cgit v1.2.3