projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aac8f6
)
Formerly ../mach/setup-thread.c.~2~
author
roland
<roland>
Sun, 13 Feb 1994 22:34:19 +0000
(22:34 +0000)
committer
roland
<roland>
Sun, 13 Feb 1994 22:34:19 +0000
(22:34 +0000)
mach/setup-thread.c
patch
|
blob
|
history
diff --git
a/mach/setup-thread.c
b/mach/setup-thread.c
index
ce76303
..
375231b
100644
(file)
--- a/
mach/setup-thread.c
+++ b/
mach/setup-thread.c
@@
-38,6
+38,6
@@
_hurd_setup_thread (task_t task, thread_t thread, void *pc)
ts.PC = (int) pc;
ts.SP = stack + STACK_SIZE;
- return __thread_set_state (thread, HURD_THREAD_STATE,
+ return __thread_set_state (thread, HURD_THREAD_STATE
_FLAVOR
,
(int *) &ts, tssize);
}