summaryrefslogtreecommitdiff
path: root/libs/rocm-rocr-runtime/fix-executable-null.awk
blob: a40f104785b7114a77522c5d274162632454fd1d (plain)
1
2
3
4
/if\(!sec\) \{ return NULL; \}/ {
    gsub(/return NULL;/, "return 0;")
}
{ print }