summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libcsupport/src/kill_noposix.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c
index cfc99f6218..3cb807c95e 100644
--- a/cpukit/libcsupport/src/kill_noposix.c
+++ b/cpukit/libcsupport/src/kill_noposix.c
@@ -9,7 +9,6 @@
*
* + kill
* + _kill_r
- * + __kill
* + sleep
*/
@@ -45,9 +44,4 @@ int _kill_r( struct _reent *ptr, pid_t pid, int sig )
return 0;
}
#endif
-
-int __kill( pid_t pid, int sig )
-{
- return 0;
-}
#endif