mirror of
https://github.com/acpica/acpica/
synced 2024-12-25 03:46:53 +03:00
58887a7b95
This patch uses abstract file IO and AcpiLogError() APIs to enhance CmGetFileSize() so that applications that invoke this API could have portability improved. With actual references added to abstract file IO and AcpiLogError(), the applications need to link utlibcfs.o, utdebug.o, utexcep.o, utmath.o, utprint.o and utxferror.o. Though it is required to add AcpiOsInitialize() invocations if an application starts to use AcpiLogError(), this doesn't appear in this patch. A previous patch in the same series should have already added AcpiOsInitialize() invocations for all applications. Lv Zheng. Signed-off-by: Lv Zheng <lv.zheng@intel.com> |
||
---|---|---|
documents | ||
generate | ||
source | ||
tests | ||
.gitignore | ||
Makefile |