summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/test-open.c')
-rw-r--r--gnulib-tests/test-open.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnulib-tests/test-open.c b/gnulib-tests/test-open.c
index 1524af4..e137cef 100644
--- a/gnulib-tests/test-open.c
+++ b/gnulib-tests/test-open.c
@@ -1,9 +1,9 @@
/* Test of opening a file descriptor.
- Copyright (C) 2007-2021 Free Software Foundation, Inc.
+ Copyright (C) 2007-2023 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
- the Free Software Foundation; either version 3 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -24,7 +24,6 @@
SIGNATURE_CHECK (open, int, (char const *, int, ...));
#include <errno.h>
-#include <stdbool.h>
#include <stdio.h>
#include <unistd.h>