From 88e3fbcb5d6829f8980d6bb356b1c0cd7a38187b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 3 Jul 2005 04:40:34 +0000 Subject: linuxthreads, linuxthreads_db: Directories removed (preserved in ports repository). --- linuxthreads/tst-static-locale.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 linuxthreads/tst-static-locale.c (limited to 'linuxthreads/tst-static-locale.c') diff --git a/linuxthreads/tst-static-locale.c b/linuxthreads/tst-static-locale.c deleted file mode 100644 index 3c88e72..0000000 --- a/linuxthreads/tst-static-locale.c +++ /dev/null @@ -1,13 +0,0 @@ -/* Test that the thread-local locale works right in the main thread - when statically linked. */ - -#include "../locale/tst-C-locale.c" - -#include - -/* This is never called, just here to get pthreads linked in. */ -void -useless (void) -{ - pthread_create (0, 0, 0, 0); -} -- cgit v1.1