This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc/fw/linux-5.2] WIP limit constant comparison tests


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c4a79ee70b25aded8f706eb1dc3027a2860db1a1

commit c4a79ee70b25aded8f706eb1dc3027a2860db1a1
Author: Florian Weimer <fweimer@redhat.com>
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 <sys/types.h>\n'
             '#include <asm/socket.h>\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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]