summaryrefslogtreecommitdiff
path: root/gnulib-tests/sys_select.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/sys_select.in.h')
-rw-r--r--gnulib-tests/sys_select.in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnulib-tests/sys_select.in.h b/gnulib-tests/sys_select.in.h
index 154e570..7a7b157 100644
--- a/gnulib-tests/sys_select.in.h
+++ b/gnulib-tests/sys_select.in.h
@@ -1,5 +1,5 @@
/* Substitute for <sys/select.h>.
- Copyright (C) 2007-2018 Free Software Foundation, Inc.
+ Copyright (C) 2007-2020 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
@@ -295,11 +295,11 @@ _GL_FUNCDECL_RPL (select, int,
struct timeval *restrict));
_GL_CXXALIAS_RPL (select, int,
(int, fd_set *restrict, fd_set *restrict, fd_set *restrict,
- struct timeval *restrict));
+ timeval *restrict));
# else
_GL_CXXALIAS_SYS (select, int,
(int, fd_set *restrict, fd_set *restrict, fd_set *restrict,
- struct timeval *restrict));
+ timeval *restrict));
# endif
_GL_CXXALIASWARN (select);
#elif @HAVE_WINSOCK2_H@