Skip to content

Commit c93f5cf

Browse files
riastradhriastradh
authored andcommitted
lib/libc/arch/mips/gen/_lwp.c: Sort includes.
No functional change intended. Preparation for: PR kern/59327: user stack pointer is not aligned properly
1 parent 132ce43 commit c93f5cf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

lib/libc/arch/mips/gen/_lwp.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: _lwp.c,v 1.9 2024/11/30 01:04:03 christos Exp $ */
1+
/* $NetBSD: _lwp.c,v 1.10 2025/04/24 23:56:50 riastradh Exp $ */
22

33
/*
44
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -31,14 +31,16 @@
3131

3232
#include <sys/cdefs.h>
3333
#if defined(LIBC_SCCS) && !defined(lint)
34-
__RCSID("$NetBSD: _lwp.c,v 1.9 2024/11/30 01:04:03 christos Exp $");
34+
__RCSID("$NetBSD: _lwp.c,v 1.10 2025/04/24 23:56:50 riastradh Exp $");
3535
#endif /* LIBC_SCCS and not lint */
3636

3737
#include "namespace.h"
38+
3839
#include <sys/types.h>
39-
#include <ucontext.h>
40+
4041
#include <lwp.h>
4142
#include <stdlib.h>
43+
#include <ucontext.h>
4244

4345
#include <machine/lwp_private.h>
4446

0 commit comments

Comments
 (0)