summaryrefslogtreecommitdiff
path: root/io/futimens.c
diff options
context:
space:
mode:
Diffstat (limited to 'io/futimens.c')
-rw-r--r--io/futimens.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/futimens.c b/io/futimens.c
index df3ddf3d10..96db304524 100644
--- a/io/futimens.c
+++ b/io/futimens.c
@@ -1,5 +1,5 @@
/* Change access and modification times of open file. Linux version.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2013 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
@@ -32,4 +32,3 @@ futimens (int fd, const struct timespec tsp[2])
return -1;
}
stub_warning (futimens)
-#include <stub-tag.h>