mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 11:12:46 +00:00
Add size_t declaration
This commit is contained in:
parent
fa9ad9461a
commit
d61b5f8ac7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158811
@ -41,6 +41,12 @@
|
||||
#define _GLOB_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/_types.h>
|
||||
|
||||
#ifndef _SIZE_T_DECLARED
|
||||
typedef __size_t size_t;
|
||||
#define _SIZE_T_DECLARED
|
||||
#endif
|
||||
|
||||
struct stat;
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user