aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/basename_gnu.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/basename_gnu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/string/basename_gnu.c b/src/string/basename_gnu.c
index 6fb474a..c25fb1e 100644
--- a/src/string/basename_gnu.c
+++ b/src/string/basename_gnu.c
@@ -34,6 +34,8 @@
* of `filename` or, if `filename` is `NULL`
* or is empty, a statically allocationed string,
* so it must not freed or edited.
+ *
+ * @since Always.
*/
char* __gnu_basename(const char* filename)
{