Skip to content

Add __fdelt_warn alias

George Matsumura requested to merge Gorg/gcompat:fdelt_warn into current

This adds __fdelt_warn as a strong alias of __fdelt_chk, similar to how it is implemented in glibc here: https://sourceware.org/git/?p=glibc.git;a=blob;f=debug/fdelt_chk.c

This was observed to be a requirement of some existing glibc-linked binaries.

Thank you for your time.

Signed-off-by: George Matsumura gm960420@ohio.edu

Edited by George Matsumura

Merge request reports