This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

minor kernel documentation fix


As reported on ecos-discuss.

Bart

Index: doc/kernel.sgml
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/doc/kernel.sgml,v
retrieving revision 1.7
diff -u -r1.7 kernel.sgml
--- doc/kernel.sgml	2 Jul 2003 03:39:42 -0000	1.7
+++ doc/kernel.sgml	1 Sep 2003 14:45:55 -0000
@@ -1178,7 +1178,7 @@
 static unsigned char producer_stack[PRODUCER_STACKSIZE];
 static unsigned char worker_stacks[NUMBER_OF_WORKERS][WORKER_STACKSIZE];
 static cyg_handle_t producer_handle, worker_handles[NUMBER_OF_WORKERS];
-static cyg_thread_t producer_thread, worker_threads[NUMBER_OF_WORKERS];
+static cyg_thread   producer_thread, worker_threads[NUMBER_OF_WORKERS];
 
 static void
 producer(cyg_addrword_t data)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]