Changeset 221031e in rtems
- Timestamp:
- May 20, 2015, 10:02:19 PM (6 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 52258f1
- Parents:
- 1c0663b
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/20/15 22:02:19)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/21/15 15:28:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/kill_noposix.c
r1c0663b r221031e 10 10 * + kill 11 11 * + _kill_r 12 * + __kill13 12 * + sleep 14 13 */ … … 46 45 } 47 46 #endif 48 49 int __kill( pid_t pid, int sig )50 {51 return 0;52 }53 47 #endif
Note: See TracChangeset
for help on using the changeset viewer.