summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:08:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:08:10 +0000
commit88cb6b22ab0bd61c05358a3f370a803ee60e6459 (patch)
tree385c68619e3e07eed18e60c69ba0293742e3290b /c/src/exec/score/src/Makefile.in
parentAdded prototype for _Thread_Reset() and numerous comments. (diff)
downloadrtems-88cb6b22ab0bd61c05358a3f370a803ee60e6459.tar.bz2
Added threadreset.c.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/src/Makefile.in b/c/src/exec/score/src/Makefile.in
index 99cce9fa76..f92f3c9577 100644
--- a/c/src/exec/score/src/Makefile.in
+++ b/c/src/exec/score/src/Makefile.in
@@ -42,7 +42,7 @@ OBJECT_C_PIECES = object objectallocate objectallocatebyindex \
THREAD_C_PIECES = thread threadchangepriority threadclearstate threadclose \
threadcreateidle threaddelayended threaddispatch threadevaluatemode \
threadget threadhandler threadidlebody threadinitialize threadloadenv \
- threadready threadresettimeslice threadrestart threadresume \
+ threadready threadresettimeslice threadreset threadrestart threadresume \
threadrotatequeue threadsetpriority threadsetstate threadsettransient \
threadstackallocate threadstackfree threadstart threadstartmultitasking \
threadsuspend threadtickletimeslice threadyieldprocessor