X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Ferror.c;fp=lib%2Ferror.c;h=865b29340b9e08bd056e77f5bf9383e94dec71b7;hb=d57728a6ca2413a7c564d8b7bb13d9e5a5a180f3;hp=dc8c65fa7f9899551519d08615ec373a34a8cbe2;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/error.c b/lib/error.c index dc8c65f..865b293 100644 --- a/lib/error.c +++ b/lib/error.c @@ -1,5 +1,5 @@ /* Error handler for noninteractive utilities - Copyright (C) 1990-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1990-1998, 2000-2007, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -121,7 +121,7 @@ extern char *program_name; #if !_LIBC /* Return non-zero if FD is open. */ -static inline int +static int is_open (int fd) { # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ @@ -139,7 +139,7 @@ is_open (int fd) } #endif -static inline void +static void flush_stdout (void) { #if !_LIBC