From a035e7ab646fbb2d3148ba1bfba0226587ee21c0 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 21 Nov 2016 04:27:12 -0500 Subject: free-standing environment: .freestd is now a supported named section. --- src/driver/ptyc_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver') diff --git a/src/driver/ptyc_driver_ctx.c b/src/driver/ptyc_driver_ctx.c index bda581b..cf80a95 100644 --- a/src/driver/ptyc_driver_ctx.c +++ b/src/driver/ptyc_driver_ctx.c @@ -24,7 +24,7 @@ /* pty integration */ static const nt_tty_affiliation tty_affiliation - __attr_section__(".midipix") + __attr_section__(".freestd") = NT_TTY_AFFILIATION_DEFAULT; /* ntapi accessor table */ -- cgit v1.2.3