summaryrefslogtreecommitdiff
path: root/gl/fstat.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2013-03-24 10:17:07 +0100
committerSimon Josefsson <simon@josefsson.org>2013-03-24 10:17:07 +0100
commit50e02f7e015ccd603d89039f1ad82a5b2eb9a25a (patch)
tree165b0e7818031f9cc9f57c5b78fd23a03b2cbb99 /gl/fstat.c
parenteb7dcd9f2da288acf527e13fc8f701d7b20886bf (diff)
downloadlibtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.tar.gz
libtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.tar.bz2
libtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.zip
Update gnulib files.
Diffstat (limited to 'gl/fstat.c')
-rw-r--r--gl/fstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/fstat.c b/gl/fstat.c
index 6d5f5c2..dc802f5 100644
--- a/gl/fstat.c
+++ b/gl/fstat.c
@@ -1,5 +1,5 @@
/* fstat() replacement.
- Copyright (C) 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@
#endif
#undef __need_system_sys_stat_h
-static inline int
+static int
orig_fstat (int fd, struct stat *buf)
{
return fstat (fd, buf);
@@ -51,7 +51,7 @@ orig_fstat (int fd, struct stat *buf)
#endif
#if HAVE_MSVC_INVALID_PARAMETER_HANDLER
-static inline int
+static int
fstat_nothrow (int fd, struct stat *buf)
{
int result;