summaryrefslogtreecommitdiff
path: root/dmake/dbug/getwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/dbug/getwd.c')
-rw-r--r--dmake/dbug/getwd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmake/dbug/getwd.c b/dmake/dbug/getwd.c
new file mode 100644
index 000000000000..56e1a03ab7ca
--- /dev/null
+++ b/dmake/dbug/getwd.c
@@ -0,0 +1,6 @@
+char *
+getwd(pathname)
+char *pathname;
+{
+ return("delete this code if your getwd.c works correctly");
+}