aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/missing/unistd.h
diff options
context:
space:
mode:
authorMax Horn2003-04-30 11:37:10 +0000
committerMax Horn2003-04-30 11:37:10 +0000
commit42f156ddada4c6f51e1612e9b0f18ec7c9dd9cee (patch)
treea2b7ba14f7f919987239902e513c1a646ca2e9f8 /backends/PalmOS/Src/missing/unistd.h
parent79ebda7613b3280ae644d67af50712deef8819d7 (diff)
downloadscummvm-rg350-42f156ddada4c6f51e1612e9b0f18ec7c9dd9cee.tar.gz
scummvm-rg350-42f156ddada4c6f51e1612e9b0f18ec7c9dd9cee.tar.bz2
scummvm-rg350-42f156ddada4c6f51e1612e9b0f18ec7c9dd9cee.zip
started to merge in Chrilith's PalmOS port
svn-id: r7219
Diffstat (limited to 'backends/PalmOS/Src/missing/unistd.h')
-rw-r--r--backends/PalmOS/Src/missing/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/missing/unistd.h b/backends/PalmOS/Src/missing/unistd.h
new file mode 100644
index 0000000000..b5111cce98
--- /dev/null
+++ b/backends/PalmOS/Src/missing/unistd.h
@@ -0,0 +1,3 @@
+#include <PalmOS.h>
+
+Char *getcwd(Char *buf, UInt32 size);