From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15550 invoked by alias); 19 Mar 2004 19:00:53 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 15526 invoked from network); 19 Mar 2004 19:00:52 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 19 Mar 2004 19:00:52 -0000 Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 652A2327D14 for ; Fri, 19 Mar 2004 20:00:52 +0100 (CET) Received: from aj by arthur.inka.de with local (Exim 4.22) id 1B4PEh-0006Le-5B for libc-hacker@sources.redhat.com; Fri, 19 Mar 2004 20:00:51 +0100 To: Glibc hackers Subject: Fix sched_setaffinity on ppc etc. From: Andreas Jaeger Date: Sat, 20 Mar 2004 04:43:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-03/txt/msg00105.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1179 I got the following failure on ia64, s390 and ppc: /usr/src/packages/BUILD/glibc-2.3/cc/libc.so.6.1: undefined reference to `e= xtend_alloca' collect2: ld returned 1 exit status make[2]: *** [/usr/src/packages/BUILD/glibc-2.3/cc/iconv/iconvconfig] Error= 1 This should be fixed by the appended patch. Ok to commit? Andreas 2004-03-19 Andreas Jaeger * sysdeps/unix/sysv/linux/sched_setaffinity.c: Include . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: ./sysdeps/unix/sysv/linux/sched_setaffinity.c --- ./sysdeps/unix/sysv/linux/sched_setaffinity.c 19 Mar 2004 00:13:30 -000= 0 1.2 +++ ./sysdeps/unix/sysv/linux/sched_setaffinity.c 19 Mar 2004 18:53:13 -0000 @@ -23,6 +23,7 @@ #include #include #include +#include =20 =20 #ifdef __NR_sched_setaffinity --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBAW0NiOJpWPMJyoSYRAjqPAJ98Gd0bz/jaOSxxMs9N3I9vG2wZMgCggNdK V+M9X85VlSQLUhsvfyxo0zo= =dZ4V -----END PGP SIGNATURE----- --=-=-=--