summaryrefslogtreecommitdiff
path: root/sysdeps/stub/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/mprotect.c')
-rw-r--r--sysdeps/stub/mprotect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/stub/mprotect.c b/sysdeps/stub/mprotect.c
index 169e6c3ec8..1d8c8f4ded 100644
--- a/sysdeps/stub/mprotect.c
+++ b/sysdeps/stub/mprotect.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@ -31,3 +31,4 @@ mprotect (caddr_t addr, size_t len, int prot)
return -1;
}
+stub_warning (mprotect)