diff options
Diffstat (limited to 'lib/libc/amd64/gen/makecontext.c')
-rw-r--r-- | lib/libc/amd64/gen/makecontext.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/amd64/gen/makecontext.c b/lib/libc/amd64/gen/makecontext.c index 15f10b50ded4..720b48b6a97d 100644 --- a/lib/libc/amd64/gen/makecontext.c +++ b/lib/libc/amd64/gen/makecontext.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * |