compiler/clib: Made struct _dirdesc private and renamed to struct __dirdesc
commita0173cc918d5de6072c4d225eda8e743be592f3f
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Feb 2012 22:04:07 +0000 (16 22:04 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Feb 2012 22:04:07 +0000 (16 22:04 +0000)
treeb726019543808ab9aabefe6e034a5897a803863c
parentccec7adb0f8a8cb6bd1a6ec28ea4ff1f9113c51f
compiler/clib: Made struct _dirdesc private and renamed to struct __dirdesc

struct __dirdesc is used for DIR typedef for posix related directory functions.
It is now implemented similar than struct __fdesc for FILE.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44064 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/__dirdesc.h [new file with mode: 0644]
compiler/clib/closedir.c
compiler/clib/dirfd.c
compiler/clib/include/dirent.h
compiler/clib/opendir.c
compiler/clib/readdir.c
compiler/clib/seekdir.c
compiler/clib/telldir.c