freebsd-src/lib/libssp/Versions.def
Kyle Evans be04fec426 Import _FORTIFY_SOURCE implementation from NetBSD
This is a mostly-unmodified copy of the various *_chk implementations
and headers from NetBSD, without yet modifying system headers to start
actually including them.  A future commit will also apply the needed
bits to fix ssp/unistd.h.

Reviewed by:	imp, pauamma_gundo.com (both previous versions), kib
Sponsored by:	Stormshield
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D32306
2024-05-13 00:23:49 -05:00

9 lines
141 B
Modula-2

# This version was first added to 13.0-current.
LIBSSP_1.0 {
};
# This version was first added to 15.0-current.
LIBSSP_1.1 {
} LIBSSP_1.0;