summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-21 04:27:12 -0500
committermidipix <writeonce@midipix.org>2016-11-21 04:27:12 -0500
commita035e7ab646fbb2d3148ba1bfba0226587ee21c0 (patch)
tree22c5e8cd280129e03e9709223dba4a59415a30e7 /src
parent69fbb628d53c3aec00385b07ed39ea8e285571bb (diff)
downloadptycon-a035e7ab646fbb2d3148ba1bfba0226587ee21c0.tar.bz2
ptycon-a035e7ab646fbb2d3148ba1bfba0226587ee21c0.tar.xz
free-standing environment: .freestd is now a supported named section.
Diffstat (limited to 'src')
-rw-r--r--src/driver/ptyc_driver_ctx.c2
1 files changed, 1 insertions, 1 deletions
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 */