From e356ea321c8098cf1a83a67e27d64c44de08a298 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Feb 2002 09:18:50 +0000 Subject: Merge in the pthread library. This is the linuxthreads library taken from glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik --- libpthread/linuxthreads/configure | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libpthread/linuxthreads/configure (limited to 'libpthread/linuxthreads/configure') diff --git a/libpthread/linuxthreads/configure b/libpthread/linuxthreads/configure new file mode 100644 index 000000000..3eafc93f5 --- /dev/null +++ b/libpthread/linuxthreads/configure @@ -0,0 +1,5 @@ +# This is only to keep the GNU C library configure mechanism happy. +# +# Perhaps some day we need a real configuration script for different +# kernel versions or so. +exit 0 -- cgit v1.2.3