aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/ftruncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/ftruncate.c')
-rw-r--r--sysdeps/stub/ftruncate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/ftruncate.c b/sysdeps/stub/ftruncate.c
index 8b2d4665a9..f9474dd4e2 100644
--- a/sysdeps/stub/ftruncate.c
+++ b/sysdeps/stub/ftruncate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1995 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
@@ -28,3 +28,5 @@ DEFUN(ftruncate, (fd, length),
errno = ENOSYS;
return -1;
}
+
+stub_warning (ftruncate)