From 42f156ddada4c6f51e1612e9b0f18ec7c9dd9cee Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 30 Apr 2003 11:37:10 +0000 Subject: started to merge in Chrilith's PalmOS port svn-id: r7219 --- backends/PalmOS/Src/missing/unistd.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 backends/PalmOS/Src/missing/unistd.h (limited to 'backends/PalmOS/Src/missing/unistd.h') 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 + +Char *getcwd(Char *buf, UInt32 size); -- cgit v1.2.3