Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
bcfd31f0
Commit
bcfd31f0
authored
Jun 26, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repair struct definition
SVN=124985
parent
f28ec1af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
amd64_linux.h
src/runtime/amd64_linux.h
+5
-5
No files found.
src/runtime/amd64_linux.h
View file @
bcfd31f0
...
...
@@ -25,16 +25,16 @@ struct timespec {
struct
stat
{
dev_t
st_dev
;
/* ID of device containing file */
ino_t
st_ino
;
/* inode number */
mode_t
st_mode
;
/* protection */
nlink_t
st_nlink
;
/* number of hard links */
mode_t
st_mode
;
/* protection */
uid_t
st_uid
;
/* user ID of owner */
gid_t
st_gid
;
/* group ID of owner */
dev_t
st_rdev
;
int32
pad0
;
dev_t
st_rdev
;
/* device ID (if special file) */
off_t
st_size
;
/* total size, in bytes */
blksize_t
st_blksize
;
/* blocksize for filesystem I/O */
blkcnt_t
st_blocks
;
/* number of blocks allocated */
struct
timespec
st_atime
;
/* time of last access */
struct
timespec
st_mtime
;
/* time of last modification */
struct
timespec
st_ctime
;
/* time of last status change */
off_t
st_size
;
/* total size, in bytes */
blkcnt_t
st_blocks
;
/* number of blocks allocated */
blksize_t
st_blksize
;
/* blocksize for filesystem I/O */
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment