diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 14:48:11 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 14:48:11 +0000 |
commit | c530e1e1ddde1ea256e5cd1045342c1127a6d9ef (patch) | |
tree | 2286cee81ca37a4365a13ff2d2180f10ccb5fdc0 /ChangeLog.pre-2-8 | |
parent | 313ed5dc19898f7d2c868c828443bdf2227eb1a5 (diff) |
Define _GNU_SOURCE for stpcpy
Tue Apr 17 10:43:36 2001 Owen Taylor <otaylor@redhat.com>
* gstrfuncs.c: Define _GNU_SOURCE for stpcpy
* tests/mainloop-test.c (main): Wait for all threads
to start before beginning tests.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 191a9b61b..e40cc24e0 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Tue Apr 17 10:43:36 2001 Owen Taylor <otaylor@redhat.com> + + * gstrfuncs.c: Define _GNU_SOURCE for stpcpy + + * tests/mainloop-test.c (main): Wait for all threads + to start before beginning tests. + 2001-04-17 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthreadpool.c (g_thread_pool_thread_proxy): Until now every |