Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
refs/heads/main
/
.
/
claudetool
/
bash_zombies_other.go
blob: 2bef4092825fea6526ae4e91de6d75c2ff671186 [
file
] [
log
] [
blame
]
Josh Bleecher Snyder
6fe809c
2025-07-24 16:22:51 -0700
[
diff
] [
blame
]
1
//go:build !linux
2
3
package claudetool
4
5
func reapZombies(pgid int) {
6
// No-op
7
}