diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:17:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-17 17:17:41 +0100 |
commit | bc004aa85e3f6a31c0ca288a184704f6297d4b5e (patch) | |
tree | 0ef15c899e68767de7484ea2e810a668906b417c | |
parent | m whitespace (diff) | |
download | libar2-bc004aa85e3f6a31c0ca288a184704f6297d4b5e.tar.gz libar2-bc004aa85e3f6a31c0ca288a184704f6297d4b5e.tar.bz2 libar2-bc004aa85e3f6a31c0ca288a184704f6297d4b5e.tar.xz |
libar2_erase.3: mention weak linking
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libar2_erase.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libar2_erase.3 b/libar2_erase.3 index ecb0a3b..9985324 100644 --- a/libar2_erase.3 +++ b/libar2_erase.3 @@ -47,5 +47,12 @@ The .BR libar2_erase () function cannot fail. +.SH NOTES +Depending on the compiler used to compile +the library, the +.BR libar2_erase () +may be weakly linked so that it can be +replaced by the application. + .SH SEE ALSO .BR libar2 (7) |