diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1998-12-15 05:28:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-15 05:28:02 +0000 |
commit | 931ea952650b013b834041b91b0c37a748ffd449 (patch) | |
tree | 0c97c450b0e07953d836f1603c6fcb0357a58149 /gmodule/gmodule-dld.c | |
parent | c8ba100dab8949c49097f11004c09ef36ea5136f (diff) |
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.
Diffstat (limited to 'gmodule/gmodule-dld.c')
-rw-r--r-- | gmodule/gmodule-dld.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gmodule/gmodule-dld.c b/gmodule/gmodule-dld.c index b1d68d7d3..53b269b48 100644 --- a/gmodule/gmodule-dld.c +++ b/gmodule/gmodule-dld.c @@ -16,6 +16,11 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * MT safe + */ + #include <dl.h> |