summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/sparc
diff options
context:
space:
mode:
authorGordon Ross <gwr@nexenta.com>2015-05-02 16:01:22 -0400
committerGordon Ross <gwr@nexenta.com>2015-12-07 20:47:26 -0500
commitbc0e91320069f0bcaee43e80a7ea686d9efa2d08 (patch)
treeb146b6ef39954d351da2785aa940b4ea3c78b5de /usr/src/lib/libc/sparc
parent5878fad70d76d8711f6608c1f80b0447601261c6 (diff)
downloadillumos-gate-bc0e91320069f0bcaee43e80a7ea686d9efa2d08.tar.gz
5876 sys/regset.h pollutes name space (try 2)
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Jonathan Perkin <jperkin@joyent.com> Reviewed by: Alexander Pyhalov <alp@sfedu.ru> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libc/sparc')
-rw-r--r--usr/src/lib/libc/sparc/gen/makectxt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/sparc/gen/makectxt.c b/usr/src/lib/libc/sparc/gen/makectxt.c
index 7519bdabcb..497c642516 100644
--- a/usr/src/lib/libc/sparc/gen/makectxt.c
+++ b/usr/src/lib/libc/sparc/gen/makectxt.c
@@ -27,15 +27,15 @@
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#pragma weak _makecontext = makecontext
#pragma weak ___makecontext_v2 = __makecontext_v2
#include "lint.h"
#include <stdarg.h>
#include <strings.h>
+/* Can't just use <ucontext.h> due to redefine_extname stuff. */
#include <sys/ucontext.h>
+#include <sys/regset.h>
#include <sys/stack.h>
#include <sys/frame.h>