PERFORCE change 71462 for review

David Xu davidxu at FreeBSD.org
Mon Feb 21 06:01:27 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=71462

Change 71462 by davidxu at davidxu_tiger on 2005/02/21 14:00:57

	Sync name.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_stack.c#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_stack.c#6 (text+ko) ====

@@ -78,7 +78,7 @@
  *    |       Red Zone (guard page)       | red zone for 2nd thread
  *    |                                   |
  *    +-----------------------------------+
- *    |  stack 2 - PTHREAD_STACK_DEFAULT  | top of 2nd thread stack
+ *    |  stack 2 - _thr_stack_default     | top of 2nd thread stack
  *    |                                   |
  *    |                                   |
  *    |                                   |
@@ -89,7 +89,7 @@
  *    |       Red Zone                    | red zone for 1st thread
  *    |                                   |
  *    +-----------------------------------+
- *    |  stack 1 - PTHREAD_STACK_DEFAULT  | top of 1st thread stack
+ *    |  stack 1 - _thr_stack_default     | top of 1st thread stack
  *    |                                   |
  *    |                                   |
  *    |                                   |
@@ -100,7 +100,7 @@
  *    |       Red Zone                    |
  *    |                                   | red zone for main thread
  *    +-----------------------------------+
- *    | USRSTACK - PTHREAD_STACK_INITIAL  | top of main thread stack
+ *    | USRSTACK - _thr_stack_initial     | top of main thread stack
  *    |                                   | ^
  *    |                                   | |
  *    |                                   | |


More information about the p4-projects mailing list