Changeset: 5a64b9f0ee21 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5a64b9f0ee21
Modified Files:
clients/Tests/exports.stable.out
gdk/gdk_system.h
gdk/gdk_system_private.h
Branch: default
Log Message:
MT_kill_thread is no longer used outside gdk.
diffs (31 lines):
diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -310,7 +310,6 @@ size_t MT_getrss(void);
void MT_global_exit(int status) __attribute__((__noreturn__));
void MT_init(void);
int MT_join_thread(MT_Id t);
-int MT_kill_thread(MT_Id t);
int MT_lockf(char *filename, int mode, off_t off, off_t len);
MT_Id MT_locktrace;
unsigned long long MT_locktrace_cnt[65536];
diff --git a/gdk/gdk_system.h b/gdk/gdk_system.h
--- a/gdk/gdk_system.h
+++ b/gdk/gdk_system.h
@@ -137,7 +137,6 @@ gdk_export void MT_exiting_thread(void);
__attribute__((__noreturn__));
gdk_export MT_Id MT_getpid(void);
gdk_export int MT_join_thread(MT_Id t);
-gdk_export int MT_kill_thread(MT_Id t);
#if SIZEOF_VOID_P == 4
/* "limited" stack size on 32-bit systems */
diff --git a/gdk/gdk_system_private.h b/gdk/gdk_system_private.h
--- a/gdk/gdk_system_private.h
+++ b/gdk/gdk_system_private.h
@@ -25,3 +25,5 @@
__declspec(noreturn) void MT_exit_thread(int status)
__attribute__((__noreturn__));
+int MT_kill_thread(MT_Id t)
+ __attribute__((__visibility__("hidden")));
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list