+2009-01-25 Bruno Haible <bruno@clisp.org>
+
+ * threadlib.c: Include <stdlib.h>.
+
+2009-01-25 Bruno Haible <bruno@clisp.org>
+
+ * threadlib.c (dummy): New declaration.
+
2009-01-25 Bruno Haible <bruno@clisp.org>
Don't install charset.alias on MacOS X >= 10.3.
/* Multithreading primitives.
- Copyright (C) 2005-2008 Free Software Foundation, Inc.
+ Copyright (C) 2005-2009 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published
/* Use the POSIX threads library. */
# include <pthread.h>
+# include <stdlib.h>
# if PTHREAD_IN_USE_DETECTION_HARD
#endif
/* ========================================================================= */
+
+/* This declaration is solely to ensure that after preprocessing
+ this file is never empty. */
+typedef int dummy;