~registry/glib/glib-2-30

« back to all changes in this revision

Viewing changes to glib/gerror.c

  • Committer: Owen Taylor
  • Date: 1998-12-15 05:28:02 UTC
  • Revision ID: git-v1:931ea952650b013b834041b91b0c37a748ffd449
This commit merges the glib-threads branch into the main
branch. See the ChangeLog for details of the changes.

In brief overview:

 - The set of threading functions can be set
 - A default implementation is provided in -lgthread
 - All static data structures are locked using these
   functions if g_thread_init() is called.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Boston, MA 02111-1307, USA.
18
18
 */
19
19
 
 
20
/* 
 
21
 * MT safe ; except for g_on_error_stack_trace, but who wants thread safety 
 
22
 * then
 
23
 */
 
24
 
20
25
#ifdef HAVE_CONFIG_H
21
26
#include <config.h>
22
27
#endif