diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-15 03:31:20 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-15 03:31:20 +0000 |
commit | 9d6e5e5fd0f18deb80efa6ba5f439d343021eb0d (patch) | |
tree | 62fd073886f3d3cc76d39dbff3b73963302d4b23 /PACE | |
parent | 5b2d299d260a90f8fe97b4ce585c58ec825727f1 (diff) | |
download | ATCD-9d6e5e5fd0f18deb80efa6ba5f439d343021eb0d.tar.gz |
Mon Aug 14 22:24:50 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r-- | PACE/ChangeLog | 12 | ||||
-rw-r--r-- | PACE/pace/win32/pace_dll.dsp | 8 | ||||
-rw-r--r-- | PACE/pace/win32/pace_lib.dsp | 8 | ||||
-rw-r--r-- | PACE/pace/win32/sched.inl | 2 |
4 files changed, 28 insertions, 2 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog index f8fdbba1ff2..c882d106370 100644 --- a/PACE/ChangeLog +++ b/PACE/ChangeLog @@ -1,3 +1,15 @@ +Mon Aug 14 22:24:50 2000 Luther J Baker <luther@cs.wustl.edu> + + * pace/win32/sched.inl (pace_sched_get_priority_max): + + Removed an extraneous '#include' left from the previous commit. + + * pace/win32/pace_dll.dsp: + * pace/win32/pace_lib.dsp: + + Added new files to the project files. + (pthreadtypes.h schedtypes.h) + Mon Aug 14 21:41:24 2000 Luther J Baker <luther@cs.wustl.edu> * pace/win32/pthreadtypes.h: diff --git a/PACE/pace/win32/pace_dll.dsp b/PACE/pace/win32/pace_dll.dsp index 5080fb34367..d3ec0c3a204 100644 --- a/PACE/pace/win32/pace_dll.dsp +++ b/PACE/pace/win32/pace_dll.dsp @@ -386,6 +386,10 @@ SOURCE=.\pthread.h # End Source File
# Begin Source File
+SOURCE=.\pthreadtypes.h
+# End Source File
+# Begin Source File
+
SOURCE=.\pwd.h
# End Source File
# Begin Source File
@@ -394,6 +398,10 @@ SOURCE=.\sched.h # End Source File
# Begin Source File
+SOURCE=.\schedtypes.h
+# End Source File
+# Begin Source File
+
SOURCE=.\semaphore.h
# End Source File
# Begin Source File
diff --git a/PACE/pace/win32/pace_lib.dsp b/PACE/pace/win32/pace_lib.dsp index 715b7865b52..5b9c4e50ccf 100644 --- a/PACE/pace/win32/pace_lib.dsp +++ b/PACE/pace/win32/pace_lib.dsp @@ -379,6 +379,10 @@ SOURCE=.\pthread.h # End Source File
# Begin Source File
+SOURCE=.\pthreadtypes.h
+# End Source File
+# Begin Source File
+
SOURCE=.\pwd.h
# End Source File
# Begin Source File
@@ -387,6 +391,10 @@ SOURCE=.\sched.h # End Source File
# Begin Source File
+SOURCE=.\schedtypes.h
+# End Source File
+# Begin Source File
+
SOURCE=.\semaphore.h
# End Source File
# Begin Source File
diff --git a/PACE/pace/win32/sched.inl b/PACE/pace/win32/sched.inl index 61cf2e0858e..06577337db6 100644 --- a/PACE/pace/win32/sched.inl +++ b/PACE/pace/win32/sched.inl @@ -13,8 +13,6 @@ * * ============================================================================= */ -#include "pace/time.h" - #if (PACE_HAS_POSIX_NONUOF_FUNCS) PACE_INLINE int |