From a59a81a68ca26293f8e3df25da2cfe20e61d7c85 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 15 Jan 2015 06:20:20 +0200 Subject: Sync some external files. --- getopt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getopt.c') diff --git a/getopt.c b/getopt.c index 7bd42bb6..4de0b9a0 100644 --- a/getopt.c +++ b/getopt.c @@ -2,7 +2,7 @@ NOTE: getopt is part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! - Copyright (C) 1987-2014 Free Software Foundation, Inc. + Copyright (C) 1987-2015 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 @@ -613,7 +613,7 @@ _getopt_internal_r (int argc, char *const *argv, const char *optstring, fputc_unlocked ('\n', fp); - if (__builtin_expect (fclose (fp) != EOF, 1)) + if (__glibc_likely (fclose (fp) != EOF)) { _IO_flockfile (stderr); -- cgit v1.2.3