aboutsummaryrefslogtreecommitdiffstats
path: root/ports/darwin/guts/sync_file_range.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/darwin/guts/sync_file_range.c')
-rw-r--r--ports/darwin/guts/sync_file_range.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/darwin/guts/sync_file_range.c b/ports/darwin/guts/sync_file_range.c
index e0a31a4..229ccaa 100644
--- a/ports/darwin/guts/sync_file_range.c
+++ b/ports/darwin/guts/sync_file_range.c
@@ -2,6 +2,8 @@
* Copyright (c) 2013 Wind River Systems; see
* guts/COPYRIGHT for information.
*
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
* int sync_file_range(int fd, off_t offset, off_t nbytes, unsigned int flags)
* int rc = -1;
*/