summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/types.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 20:35:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 20:35:41 +0000
commit671926c39c76b0bfb6442431bbdc6c85c21d7087 (patch)
tree414dd03cce0e7d3e0b3f5c057323c9d7e4a44b34 /nuttx/include/sys/types.h
parentff578ec6f9ee1e0f015112924621e6ea5593883a (diff)
downloadpx4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.tar.gz
px4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.tar.bz2
px4-nuttx-671926c39c76b0bfb6442431bbdc6c85c21d7087.zip
Fix fseek/ftell; add fsetpos/fgetpos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@862 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/sys/types.h')
-rw-r--r--nuttx/include/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/sys/types.h b/nuttx/include/sys/types.h
index 99736e41e..85eba55d4 100644
--- a/nuttx/include/sys/types.h
+++ b/nuttx/include/sys/types.h
@@ -123,6 +123,7 @@ typedef sint32 off_t;
typedef uint16 blksize_t;
typedef uint32 blkcnt_t;
#endif
+typedef off_t fpos_t;
typedef sint16 uid_t;
typedef sint16 gid_t;
typedef uint16 dev_t;