diff options
Diffstat (limited to 'sysdeps/stub/syscall.c')
-rw-r--r-- | sysdeps/stub/syscall.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/syscall.c b/sysdeps/stub/syscall.c index e8deffd0ad..d2a5b3ca33 100644 --- a/sysdeps/stub/syscall.c +++ b/sysdeps/stub/syscall.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994, 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 @@ -29,3 +29,5 @@ DEFUN(syscall, (callno), int callno DOTS) errno = ENOSYS; return -1; } + +stub_warning (syscall) |