Skip to content

Commit b025040

Browse files
riastradhriastradh
authored andcommitted
mips/makecontext.c: Sort includes.
No functional change intended. Preparation for: PR kern/59327: user stack pointer is not aligned properly
1 parent 3356ecb commit b025040

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: makecontext.c,v 1.8 2016/08/10 16:40:24 skrll Exp $ */
1+
/* $NetBSD: makecontext.c,v 1.9 2025/04/24 23:51:43 riastradh Exp $ */
22

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

3232
#include <sys/cdefs.h>
3333
#if defined(LIBC_SCCS) && !defined(lint)
34-
__RCSID("$NetBSD: makecontext.c,v 1.8 2016/08/10 16:40:24 skrll Exp $");
34+
__RCSID("$NetBSD: makecontext.c,v 1.9 2025/04/24 23:51:43 riastradh Exp $");
3535
#endif
3636

3737
#include <inttypes.h>
38+
#include <stdarg.h>
3839
#include <stddef.h>
3940
#include <ucontext.h>
40-
#include "extern.h"
4141

42-
#include <stdarg.h>
42+
#include "extern.h"
4343

4444
void __resumecontext(void) __dead;
4545

0 commit comments

Comments
 (0)