OLD | NEW |
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 Loading... |
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 |
None
OLD | NEW |