added fgetpos fsetpos
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14716 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -40,7 +40,7 @@ KernelMergeObject posix_gnu_libio.o :
|
|||||||
<$(SOURCE_GRIST)>iofclose.c
|
<$(SOURCE_GRIST)>iofclose.c
|
||||||
<$(SOURCE_GRIST)>iofdopen.c
|
<$(SOURCE_GRIST)>iofdopen.c
|
||||||
<$(SOURCE_GRIST)>iofflush.c
|
<$(SOURCE_GRIST)>iofflush.c
|
||||||
# <$(SOURCE_GRIST)>iofgetpos.c
|
<$(SOURCE_GRIST)>iofgetpos.c
|
||||||
<$(SOURCE_GRIST)>iofgets.c
|
<$(SOURCE_GRIST)>iofgets.c
|
||||||
<$(SOURCE_GRIST)>iofgets_u.c
|
<$(SOURCE_GRIST)>iofgets_u.c
|
||||||
<$(SOURCE_GRIST)>iofopen.c
|
<$(SOURCE_GRIST)>iofopen.c
|
||||||
@@ -48,7 +48,7 @@ KernelMergeObject posix_gnu_libio.o :
|
|||||||
<$(SOURCE_GRIST)>iofputs_u.c
|
<$(SOURCE_GRIST)>iofputs_u.c
|
||||||
<$(SOURCE_GRIST)>iofread.c
|
<$(SOURCE_GRIST)>iofread.c
|
||||||
<$(SOURCE_GRIST)>iofread_u.c
|
<$(SOURCE_GRIST)>iofread_u.c
|
||||||
# <$(SOURCE_GRIST)>iofsetpos.c
|
<$(SOURCE_GRIST)>iofsetpos.c
|
||||||
<$(SOURCE_GRIST)>ioftell.c
|
<$(SOURCE_GRIST)>ioftell.c
|
||||||
<$(SOURCE_GRIST)>iofwrite.c
|
<$(SOURCE_GRIST)>iofwrite.c
|
||||||
<$(SOURCE_GRIST)>iofwrite_u.c
|
<$(SOURCE_GRIST)>iofwrite_u.c
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
# include <stddef.h>
|
# include <stddef.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#ifndef _WINT_T
|
#ifndef _WINT_T
|
||||||
/* Integral type unchanged by default argument promotions that can
|
/* Integral type unchanged by default argument promotions that can
|
||||||
|
|||||||
@@ -46,6 +46,7 @@
|
|||||||
#define _IO_BUFSIZ _G_BUFSIZ
|
#define _IO_BUFSIZ _G_BUFSIZ
|
||||||
#define _IO_va_list _G_va_list
|
#define _IO_va_list _G_va_list
|
||||||
#define _IO_wint_t _G_wint_t
|
#define _IO_wint_t _G_wint_t
|
||||||
|
#define __mbstate_t __c_mbstate_t
|
||||||
|
|
||||||
#ifdef _G_NEED_STDARG_H
|
#ifdef _G_NEED_STDARG_H
|
||||||
/* This define avoids name pollution if we're using GNU stdarg.h */
|
/* This define avoids name pollution if we're using GNU stdarg.h */
|
||||||
|
|||||||
Reference in New Issue
Block a user