diff options
Diffstat (limited to 'libio/fseek.c')
-rw-r--r-- | libio/fseek.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libio/fseek.c b/libio/fseek.c index ccb2238..831a4d4 100644 --- a/libio/fseek.c +++ b/libio/fseek.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1993,1995,1996,1997,1998,2002 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,7 +26,7 @@ in files containing the exception. */ #include "libioP.h" -#include "stdio.h" +#include <stdio.h> int fseek (fp, offset, whence) @@ -43,3 +43,4 @@ fseek (fp, offset, whence) _IO_cleanup_region_end (0); return result; } +libc_hidden_def (fseek) |