added fgetpos fsetpos

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2005-11-05 17:58:15 +00:00
parent 5ac57aebfb
commit 3ef41e42cd
3 changed files with 4 additions and 3 deletions

View File

@ -40,7 +40,7 @@ KernelMergeObject posix_gnu_libio.o :
<$(SOURCE_GRIST)>iofclose.c
<$(SOURCE_GRIST)>iofdopen.c
<$(SOURCE_GRIST)>iofflush.c
# <$(SOURCE_GRIST)>iofgetpos.c
<$(SOURCE_GRIST)>iofgetpos.c
<$(SOURCE_GRIST)>iofgets.c
<$(SOURCE_GRIST)>iofgets_u.c
<$(SOURCE_GRIST)>iofopen.c
@ -48,7 +48,7 @@ KernelMergeObject posix_gnu_libio.o :
<$(SOURCE_GRIST)>iofputs_u.c
<$(SOURCE_GRIST)>iofread.c
<$(SOURCE_GRIST)>iofread_u.c
# <$(SOURCE_GRIST)>iofsetpos.c
<$(SOURCE_GRIST)>iofsetpos.c
<$(SOURCE_GRIST)>ioftell.c
<$(SOURCE_GRIST)>iofwrite.c
<$(SOURCE_GRIST)>iofwrite_u.c

View File

@ -26,7 +26,7 @@
# include <stddef.h>
#endif
//#include <wchar.h>
#include <wchar.h>
#ifndef _WINT_T
/* Integral type unchanged by default argument promotions that can

View File

@ -46,6 +46,7 @@
#define _IO_BUFSIZ _G_BUFSIZ
#define _IO_va_list _G_va_list
#define _IO_wint_t _G_wint_t
#define __mbstate_t __c_mbstate_t
#ifdef _G_NEED_STDARG_H
/* This define avoids name pollution if we're using GNU stdarg.h */