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

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: refactoring fxstat.c Created 10 years 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..2f0dd3c3deaa3e023c86ec0961bbbf09eb490eaf
--- /dev/null
+++ b/sysdeps/nacl/xstatconv.c
@@ -0,0 +1 @@
+/* we implement stat convertations in fxstat.c */
eaeltsin 2011/01/13 10:43:45 convertations -> conversions Please comment why w
halyavin 2011/01/13 11:15:21 Done.

Powered by Google App Engine
This is Rietveld 408576698