commit | 9967afc718ffdd27abf0a4f02d3cc73329c824bc | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Tue May 15 16:04:17 2012 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue May 15 16:04:17 2012 -0700 |
tree | 05cacffb74e37d859faef5af7068d562655c6e27 | |
parent | 1053f60019a911b6338d3279b2e6fba406bbc1eb [diff] |
[klibc] Define fseeko and ftello as macros We ignore the "long" requirement for fseek/ftell and really have fseeko/ftello as the only implementation, but #define those names so properly written software will do the right thing. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>