diff --git a/.gitignore b/.gitignore index c795622..0fa70b6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ tests/sched.h tests/semaphore.h tests/benchlib.o tests/SIZES.* -tests/*.log \ No newline at end of file +tests/*.log +/.project diff --git a/tests/ChangeLog b/tests/ChangeLog index 3daf0cf..0abe865 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,4 +1,3 @@ -<<<<<<< Upstream, based on master 2016-12-21 Ross Johnson * mutex6.c: fix random failures by using a polling loop to replace @@ -11,10 +10,7 @@ * mutex8n.c: Likewise. * semaphore5.c: don't fail on expected sem_destroy EBUSY. -2016-124-18 Ross Johnson -======= 2016-12-20 Ross Johnson ->>>>>>> d1c1032 Initial version 3 commit; see the ChangeLogs * all (PTW32_*): rename to __PTW32_*. (ptw32_*): rename to __ptw32_*.