1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Remove various _G_*_t type names.

This commit is contained in:
Joseph Myers
2012-09-25 12:37:37 +00:00
parent 9fab36eb58
commit 203e56032f
6 changed files with 40 additions and 29 deletions

View File

@@ -18,7 +18,6 @@
# define __need_wint_t
#endif
#include <wchar.h>
#define _G_size_t size_t
typedef struct
{
__off_t __pos;
@@ -29,13 +28,7 @@ typedef struct
__off64_t __pos;
__mbstate_t __state;
} _G_fpos64_t;
#define _G_ssize_t __ssize_t
#define _G_off_t __off_t
#define _G_off64_t __off_t
#define _G_pid_t __pid_t
#define _G_uid_t __uid_t
#define _G_wchar_t wchar_t
#define _G_wint_t wint_t
#define _G_stat64 stat
#if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
# include <gconv.h>