OSDN Git Service

libc/stdlib: localize __unix_grantpt
authorMike Frysinger <vapier@gentoo.org>
Fri, 30 Nov 2012 01:32:02 +0000 (20:32 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 30 Nov 2012 01:49:18 +0000 (20:49 -0500)
commit1d6f6660ffa5303b88c9b7e940b33f2d29e7fb9c
tree8687145c789bc3ecd869046f7f488258eeeb6114
parent290e19f8147d9b3c0166d3520e718ae5603e4cef
libc/stdlib: localize __unix_grantpt

When ASSUME_DEVPTS is disabled, we end up exporting __unix_grantpt and
get a reloc to it from grantpt.  Mark it static to fix all of that.

Reported-by: Michael Deutschmann <michael@talamasca.ocis.net>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/stdlib/grantpt.c