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.
This commit is contained in:
Owen Taylor
2001-04-17 14:48:11 +00:00
committed by Owen Taylor
parent 313ed5dc19
commit c530e1e1dd
11 changed files with 88 additions and 9 deletions

View File

@@ -32,6 +32,8 @@
#include <config.h>
#endif
#define _GNU_SOURCE /* For stpcpy */
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>