]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/fileno.c
hurd: Fix build
[thirdparty/glibc.git] / libio / fileno.c
index d4d749d4d033bf609ca934c52b3b8aa40fa8beda..343bdcde50d8cd603bc944fa64d145c3accf5dd0 100644 (file)
@@ -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 <stdio.h>
 
 int
-__fileno (_IO_FILE *fp)
+__fileno (FILE *fp)
 {
   CHECK_FILE (fp, EOF);