diff options
Diffstat (limited to 'lib/libc/tests/locale/mbstowcs_test.c')
-rw-r--r-- | lib/libc/tests/locale/mbstowcs_test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/tests/locale/mbstowcs_test.c b/lib/libc/tests/locale/mbstowcs_test.c index 77b0e9e52f35..404adfd7b19a 100644 --- a/lib/libc/tests/locale/mbstowcs_test.c +++ b/lib/libc/tests/locale/mbstowcs_test.c @@ -32,9 +32,6 @@ * "ja_JP.eucJP". Other encodings are not tested. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <errno.h> #include <limits.h> #include <locale.h> |