aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/fdopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/fdopen.c')
-rw-r--r--sysdeps/stub/fdopen.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/fdopen.c b/sysdeps/stub/fdopen.c
index 9865f42b9b..4ab921bfd1 100644
--- a/sysdeps/stub/fdopen.c
+++ b/sysdeps/stub/fdopen.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
@@ -27,3 +27,5 @@ DEFUN(fdopen, (fd, mode), int fd AND CONST char *mode)
errno = ENOSYS;
return NULL;
}
+
+stub_warning (fdopen)