-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update zig sources to 0.14.0-dev.1294+df6907f60
- Loading branch information
Showing
171 changed files
with
13,891 additions
and
7,893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
zig/lib/libc/glibc/sysdeps/unix/sysv/linux/alpha/xstatver.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* Versions of the 'struct stat' data structure used in compatibility xstat | ||
functions. */ | ||
#define _STAT_VER_KERNEL 0 | ||
#define _STAT_VER_GLIBC2 1 | ||
#define _STAT_VER_GLIBC2_1 2 | ||
#define _STAT_VER_KERNEL64 3 | ||
#define _STAT_VER_GLIBC2_3_4 3 | ||
#define _STAT_VER_LINUX 3 | ||
#define _STAT_VER _STAT_VER_LINUX | ||
|
||
/* Versions of the 'xmknod' interface used in compatibility xmknod | ||
functions. */ | ||
#define _MKNOD_VER_LINUX 0 | ||
#define _MKNOD_VER _MKNOD_VER_LINUX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* Versions of the 'struct stat' data structure used in compatibility xstat | ||
functions. */ | ||
#define _STAT_VER_LINUX_OLD 1 | ||
#define _STAT_VER_KERNEL 1 | ||
#define _STAT_VER_SVR4 2 | ||
#define _STAT_VER_LINUX 3 | ||
#define _STAT_VER _STAT_VER_LINUX | ||
|
||
/* Versions of the 'xmknod' interface used in compatibility xmknod | ||
functions. */ | ||
#define _MKNOD_VER_LINUX 1 | ||
#define _MKNOD_VER_SVR4 2 | ||
#define _MKNOD_VER _MKNOD_VER_LINUX |
13 changes: 13 additions & 0 deletions
13
zig/lib/libc/glibc/sysdeps/unix/sysv/linux/hppa/xstatver.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* Versions of the 'struct stat' data structure used in compatibility xstat | ||
functions. */ | ||
#define _STAT_VER_LINUX_OLD 1 | ||
#define _STAT_VER_KERNEL 1 | ||
#define _STAT_VER_SVR4 2 | ||
#define _STAT_VER_LINUX 3 | ||
#define _STAT_VER _STAT_VER_LINUX | ||
|
||
/* Versions of the 'xmknod' interface used in compatibility xmknod | ||
functions. */ | ||
#define _MKNOD_VER_LINUX 1 | ||
#define _MKNOD_VER_SVR4 2 | ||
#define _MKNOD_VER _MKNOD_VER_LINUX |
Oops, something went wrong.