summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-11-08 21:41:32 +0000
committerRoland McGrath <roland@gnu.org>1999-11-08 21:41:32 +0000
commitff42e13568a4da63718d71f6c0b08a3b698ba26a (patch)
tree44477206a4efc9da40f4f68fd10b5ac0d9c0bc17 /trans
parent15bc79389392cfb6f481dcb504e1f00ec0b835c2 (diff)
.
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 00d335d6..4d088fd5 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,5 +1,14 @@
1999-11-08 Roland McGrath <roland@baalperazim.frob.com>
+ * hello-mt.c: New file, modified from hello.c to be multithreaded.
+ * Makefile (targets, SRCS): Add hello-mt, hello-mt.c.
+ (hello-mt): Add appropriate deps.
+
+ * Makefile (hello): Don't depend on libthreads.
+
+ * hello.c (trivfs_modify_stat): Set st_size from contents_len, not
+ sizeof (hello) - 1.
+
* hello.c: New file. From Gord with some cleanups and hacks from me.
* Makefile (targets, SRCS): Add hello, hello.c.
(hello): Add appropriate deps.