X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libio%2Ffileno.c;h=343bdcde50d8cd603bc944fa64d145c3accf5dd0;hb=9681c61f11d08f757398c5fb74d676db3e78a576;hp=d4d749d4d033bf609ca934c52b3b8aa40fa8beda;hpb=5f0704b66cea73cf2ab148ec4cff645cc301fd8c;p=thirdparty%2Fglibc.git diff --git a/libio/fileno.c b/libio/fileno.c index d4d749d4d03..343bdcde50d 100644 --- a/libio/fileno.c +++ b/libio/fileno.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2017 Free Software Foundation, Inc. +/* Copyright (C) 1993-2019 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 @@ -28,7 +28,7 @@ #include int -__fileno (_IO_FILE *fp) +__fileno (FILE *fp) { CHECK_FILE (fp, EOF);