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

Side by Side Diff: io/sys/stat.h

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 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 unified diff | Download patch | Annotate | Revision Log
None
OLDNEW
1 /* Copyright (C) 1991, 1992, 1995-2004, 2005, 2006, 2007 1 /* Copyright (C) 1991, 1992, 1995-2004, 2005, 2006, 2007
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3 This file is part of the GNU C Library. 3 This file is part of the GNU C Library.
4 4
5 The GNU C Library is free software; you can redistribute it and/or 5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public 6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either 7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version. 8 version 2.1 of the License, or (at your option) any later version.
9 9
10 The GNU C Library is distributed in the hope that it will be useful, 10 The GNU C Library is distributed in the hope that it will be useful,
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 the S_IF* macros defined therein. It is arranged that when not 383 the S_IF* macros defined therein. It is arranged that when not
384 inlined these function are always statically linked; that way a 384 inlined these function are always statically linked; that way a
385 dynamically-linked executable always encodes the version number 385 dynamically-linked executable always encodes the version number
386 corresponding to the data structures it uses, so the `x' functions 386 corresponding to the data structures it uses, so the `x' functions
387 in the shared library can adapt without needing to recompile all 387 in the shared library can adapt without needing to recompile all
388 callers. */ 388 callers. */
389 389
390 #ifndef _STAT_VER 390 #ifndef _STAT_VER
391 # define _STAT_VER 0 391 # define _STAT_VER 0
392 #endif 392 #endif

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698