]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: halog: use the more recent dual-mode fgets2 implementation
authorWilly Tarreau <w@1wt.eu>
Sat, 9 Jun 2012 07:44:03 +0000 (09:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 Jun 2012 09:22:27 +0000 (11:22 +0200)
commitde5dc0509c345bccef3bcd90cda7a6945847a08b
treee5b7ff6fb88852d8cfd1921a6ec0a3e71d8a2e3f
parent96596aeeadcb94c87ffe7ee2ecdfef5da122fe9e
MINOR: halog: use the more recent dual-mode fgets2 implementation

This version implements both 32 and 64 bit versions at once, it
avoids the need to have two separate output files. It also improves
efficiency on i386 platforms by adding a little bit of assembly where
gcc isn't efficient.
contrib/halog/Makefile
contrib/halog/fgets2-64.c [deleted file]
contrib/halog/fgets2.c