Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-21 22:28:13 +0400
committerRob Landley <rob@landley.net>2006-05-21 22:28:13 +0400
commitc020f5f518714af603488c7d9e6cc72543fabc49 (patch)
tree1030744a4f3b96c0d3d7498e65635f8ecc898f45 /include/platform.h
parent4148afe04975c6003bde330db2b074d49f25f5d3 (diff)
New version of nohup that's much smaller, less paranoid, consistent,
vaguely portable, and licensed GPLv2 "or later".
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index 8bebb234e..62b4efba9 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 */