From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50193 invoked by alias); 21 Jul 2019 20:00:14 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 50117 invoked by uid 9299); 21 Jul 2019 20:00:09 -0000 Date: Sun, 21 Jul 2019 20:00:00 -0000 Message-ID: <20190721200009.50116.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc/fw/linux-5.2] WIP limit constant comparison tests X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/fw/linux-5.2 X-Git-Oldrev: fe992bf8243165375ce3e04bc041d5cffd100b45 X-Git-Newrev: c4a79ee70b25aded8f706eb1dc3027a2860db1a1 X-SW-Source: 2019-q3/txt/msg00102.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c4a79ee70b25aded8f706eb1dc3027a2860db1a1 commit c4a79ee70b25aded8f706eb1dc3027a2860db1a1 Author: Florian Weimer Date: Sun Jul 21 22:00:00 2019 +0200 WIP limit constant comparison tests Diff: --- sysdeps/unix/sysv/linux/tst-socket-consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/tst-socket-consts.py b/sysdeps/unix/sysv/linux/tst-socket-consts.py index 80267ab..ca26341 100644 --- a/sysdeps/unix/sysv/linux/tst-socket-consts.py +++ b/sysdeps/unix/sysv/linux/tst-socket-consts.py @@ -38,7 +38,7 @@ def main(): # of pid_t or time_t. source_2='#include \n' '#include \n', - args.cc, + cc=args.cc, # We cannot compare all macros because some macros cannot # be expanded as constants, and glibcextract currently is # not able to isolate errors.