From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23830 invoked by alias); 20 May 2014 14:15:57 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 23754 invoked by uid 55); 20 May 2014 14:15:53 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/16967] sa_flags has the wrong type Date: Tue, 20 May 2014 14:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-05/txt/msg00127.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16967 --- Comment #1 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via de9d8f2098caeb19684710a3c0774f4fe38a5e2c (commit) via 4c0a1e6392fc9f667dba272dc13d94dc5c54813e (commit) via 57cce7060a755300273373d3256d6233d73ca013 (commit) from a60339aaff82beadea6f580e587d64052cb5e3b8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=de9d8f2098caeb19684710a3c0774f4fe38a5e2c commit de9d8f2098caeb19684710a3c0774f4fe38a5e2c Author: Richard Henderson Date: Tue May 20 07:15:46 2014 -0700 alpha: fix sa_flags type (BZ 16967) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4c0a1e6392fc9f667dba272dc13d94dc5c54813e commit 4c0a1e6392fc9f667dba272dc13d94dc5c54813e Author: Richard Henderson Date: Tue May 20 06:59:52 2014 -0700 alpha: Remove bits/siginfo.h (BZ 16966) Using the default header instead. This matches the kernel, which also uses the generic header. Fixes the sys/wait.h conform issue, where si_band had the wrong type. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57cce7060a755300273373d3256d6233d73ca013 commit 57cce7060a755300273373d3256d6233d73ca013 Author: Richard Henderson Date: Sun May 18 22:09:30 2014 -0700 alpha: Define ELF_MACHINE_NO_RELA ----------------------------------------------------------------------- Summary of changes: ChangeLog | 11 + NEWS | 2 +- sysdeps/alpha/dl-machine.h | 1 + sysdeps/unix/sysv/linux/alpha/bits/sigaction.h | 2 +- sysdeps/unix/sysv/linux/alpha/bits/siginfo.h | 333 ------------------------ 5 files changed, 14 insertions(+), 335 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/siginfo.h -- You are receiving this mail because: You are on the CC list for the bug.