From cc0827cebd811eab83d091ffde3780e5c0084160 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Apr 2021 10:06:44 +0000 Subject: internals: slbt_create_symlink(): properly handle absolute-path link targets. --- src/internal/slibtool_symlink_impl.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/internal/slibtool_symlink_impl.h') diff --git a/src/internal/slibtool_symlink_impl.h b/src/internal/slibtool_symlink_impl.h index 402208c..5619e75 100644 --- a/src/internal/slibtool_symlink_impl.h +++ b/src/internal/slibtool_symlink_impl.h @@ -4,12 +4,16 @@ #include #include +#define SLBT_SYMLINK_DEFAULT 0x0000 +#define SLBT_SYMLINK_LITERAL 0x0001 +#define SLBT_SYMLINK_WRAPPER 0x0002 + int slbt_create_symlink( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx, const char * target, const char * lnkname, - bool flawrapper); + uint32_t options); int slbt_symlink_is_a_placeholder(int fdcwd, char * lnkpath); -- cgit v1.2.3