diff options
Diffstat (limited to 'src/nix-setuid-helper/main.cc')
-rw-r--r-- | src/nix-setuid-helper/main.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nix-setuid-helper/main.cc b/src/nix-setuid-helper/main.cc new file mode 100644 index 000000000000..ff70fa6560a8 --- /dev/null +++ b/src/nix-setuid-helper/main.cc @@ -0,0 +1,3 @@ +int main(int argc, char * * argv) +{ +} |