diff options
author | Rob Landley | 2006-05-21 18:28:13 +0000 |
---|---|---|
committer | Rob Landley | 2006-05-21 18:28:13 +0000 |
commit | c020f5f518714af603488c7d9e6cc72543fabc49 (patch) | |
tree | 1030744a4f3b96c0d3d7498e65635f8ecc898f45 /include | |
parent | 4148afe04975c6003bde330db2b074d49f25f5d3 (diff) | |
download | busybox-c020f5f518714af603488c7d9e6cc72543fabc49.zip busybox-c020f5f518714af603488c7d9e6cc72543fabc49.tar.gz |
New version of nohup that's much smaller, less paranoid, consistent,
vaguely portable, and licensed GPLv2 "or later".
Diffstat (limited to 'include')
-rw-r--r-- | include/platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h index 8bebb23..62b4efb 100644 --- a/include/platform.h +++ b/include/platform.h @@ -105,4 +105,6 @@ #define _(Text) Text #define N_(Text) (Text) +#define fdprintf(...) dprintf(__VA_ARGS__) + #endif /* platform.h */ |