OSDN Git Service

- remove __USE_BSD guard from __bsd_getpt().
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 7 Jun 2008 14:29:19 +0000 (14:29 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 7 Jun 2008 14:29:19 +0000 (14:29 -0000)
commitf196b7926dfc8a8935096dd2dbc0fb7d0d556eed
treeb8abb01500fac07a169041157efe59bbdc8a6b5a
parent8dec9e26aa8e5c92d87e57f745eef74810d088f9
- remove __USE_BSD guard from __bsd_getpt().
  Fixes compilation error for defined UCLIBC_HAS_PTY && !defined UNIX98PTY_ONLY
  which need both __libc_ptyname1 and __libc_ptyname2 for ptsname_r().
libc/stdlib/bsd_getpt.c