aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/killpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/killpg.c')
-rw-r--r--sysdeps/stub/killpg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/killpg.c b/sysdeps/stub/killpg.c
index eb05bca..6e8424d 100644
--- a/sysdeps/stub/killpg.c
+++ b/sysdeps/stub/killpg.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1993, 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
@@ -30,3 +30,5 @@ DEFUN(killpg, (pgrp, sig), __pid_t pgrp AND int sig)
errno = ENOSYS;
return -1;
}
+
+stub_warning (killpg)