[rtems commit] kill_noposix.c: Remove obsolete __kill()
    Joel Sherril 
    joel at rtems.org
       
    Thu May 21 15:29:13 UTC 2015
    
    
  
Module:    rtems
Branch:    master
Commit:    221031ec9ffb329ec224056bf2672663113d9966
Changeset: http://git.rtems.org/rtems/commit/?id=221031ec9ffb329ec224056bf2672663113d9966
Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed May 20 15:02:19 2015 -0700
kill_noposix.c: Remove obsolete __kill()
---
 cpukit/libcsupport/src/kill_noposix.c | 6 ------
 1 file changed, 6 deletions(-)
diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c
index cfc99f6..3cb807c 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
    
    
More information about the vc
mailing list