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

Unified Diff: sysdeps/nacl/xstatconv.c

Issue 6026005: Fix __fxstat which is called from fstat. Remove obsolete fstat64. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-glibc.git@master
Patch Set: fixing comments, spacing and some other minor stuff. 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
Index: sysdeps/nacl/xstatconv.c
diff --git a/sysdeps/nacl/xstatconv.c b/sysdeps/nacl/xstatconv.c
new file mode 100644
index 0000000000000000000000000000000000000000..ce047a8770bac1932a049bf40ea20c3271f11bea
--- /dev/null
+++ b/sysdeps/nacl/xstatconv.c
@@ -0,0 +1,3 @@
+/* We implement stat conversions in fxstat.c and we don't need
+ __xstat[,32,64]_conv functions which doesn't compile in native client
+ anyway. */

Powered by Google App Engine
This is Rietveld 408576698