Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: tests/glibc_syscall_wrappers/test_fstat.stdout

Issue 6018003: Add fxstat check to glibc_syscall_wrappers test. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/glibc_syscall_wrappers/test_fstat.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/glibc_syscall_wrappers/test_fstat.stdout
===================================================================
--- tests/glibc_syscall_wrappers/test_fstat.stdout (revision 0)
+++ tests/glibc_syscall_wrappers/test_fstat.stdout (revision 0)
@@ -0,0 +1,13 @@
+st_dev offset 0, size 8
+st_ino offset 8, size 8
+st_mode offset 16, size 4
+st_nlink offset 20, size 4
+st_uid offset 24, size 4
+st_gid offset 28, size 4
+st_rdev offset 32, size 8
+st_size offset 40, size 8
+st_blksize offset 48, size 8
+st_blocks offset 56, size 8
+st_atim offset 64, size 16
+struct st size 112
+30
Property changes on: tests/glibc_syscall_wrappers/test_fstat.stdout
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « tests/glibc_syscall_wrappers/test_fstat.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698