Skip to content

Commit

Permalink
* scripts/check-c++-types.sh: Don't use -fnu89-inline option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 11, 2007
1 parent 3771196 commit a53fa28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-05-10 Ulrich Drepper <drepper@redhat.com>

* scripts/check-c++-types.sh: Don't use -fnu89-inline option.

* sysdeps/unix/sysv/linux/sched_setaffinity.c
(__sched_setaffinity_new): If syscall was successful and
RESET_VGETCPU_CACHE is defined, use it before returning.
Expand Down
4 changes: 2 additions & 2 deletions scripts/check-c++-types.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
# Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc.
# Copyright (C) 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
# This file is part of the GNU C Library.

# The GNU C Library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -32,7 +32,7 @@
#
data=$1
shift
cxx="$*"
cxx=$(echo $* | sed 's/-fgnu89-inline//')
while read t; do
echo -n "$t:"
$cxx -S -xc++ -o - -D_GNU_SOURCE <(cat <<EOF
Expand Down

0 comments on commit a53fa28

Please sign in to comment.