From c8a89e7dd5cab24242cc9050387bd5bb902da11a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 30 Jan 2012 21:20:32 +0000 Subject: Remove miscellaneous __STDC__ conditionals. --- libio/iofopen64.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libio/iofopen64.c') diff --git a/libio/iofopen64.c b/libio/iofopen64.c index 69e62b8..fe4dc99 100644 --- a/libio/iofopen64.c +++ b/libio/iofopen64.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1993,1997,1999,2000,2002,2012 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 @@ -26,9 +26,7 @@ in files containing the exception. */ #include "libioP.h" -#ifdef __STDC__ #include -#endif _IO_FILE * _IO_fopen64 (filename, mode) -- cgit v1.1