Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Browse files Browse the repository at this point in the history
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 authored and tamcore committed Aug 21, 2012
1 parent 3ea3efb commit e018b0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lzo/Makefile
Original file line number Diff line number Diff line change
@@ -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 e018b0a

Please sign in to comment.