Skip to content
Permalink
Browse files

lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c

Rename the source file to match the function name and thereby
also make room for a possible future even slightly faster
"non-safe" decompressor version.

Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com>
  • Loading branch information
markus-oberhumer committed Aug 13, 2012
1 parent 28a33cb commit 7c979cebc0f93dc692b734c12665a6824d219c20
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/lzo/Makefile
  2. 0 lib/lzo/{lzo1x_decompress.c → lzo1x_decompress_safe.c}
@@ -1,5 +1,5 @@
lzo_compress-objs := lzo1x_compress.o
lzo_decompress-objs := lzo1x_decompress.o
lzo_decompress-objs := lzo1x_decompress_safe.o

obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
File renamed without changes.

0 comments on commit 7c979ce

Please sign in to comment.
You can’t perform that action at this time.