mailing list of musl libc
 help / color / mirror / code / Atom feed
* [compatibility] tmux
@ 2011-04-11  3:23 Valentin Ochs
  2011-04-11  5:43 ` Rich Felker
  0 siblings, 1 reply; 3+ messages in thread
From: Valentin Ochs @ 2011-04-11  3:23 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: multipart/signed, Size: 676 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [compatibility] tmux
  2011-04-11  3:23 [compatibility] tmux Valentin Ochs
@ 2011-04-11  5:43 ` Rich Felker
  2011-04-11 11:19   ` Valentin Ochs
  0 siblings, 1 reply; 3+ messages in thread
From: Rich Felker @ 2011-04-11  5:43 UTC (permalink / raw)
  To: musl

On Mon, Apr 11, 2011 at 05:23:42AM +0200, Valentin Ochs wrote:
> tmux:
>  - need to remove HAVE_PROGNAME from its config.h

This is simply a bug in tmux.

>  - need to remove HAVE_U_INT, or typedefs for u_int16_t, u_int32_t

musl has always had u_*_t in sys/types.h, per POSIX, and I added the
other u_* BSD-isms today in case you need them. Is something else
wrong?

>  - need to remove HAVE_FORKPTY, but it uses forkpty() anyway. It has its
>    own implementation in compat/forkpty-{aix,sunos}.c, but I'm not yet
>    sure if those work.

I'm thinking I might should just write this function, since I already
included the related "openpty" function that's also nonstandard. Lots
of broken apps, when the can't find these functions, fall back to
broken, much-less-portable techniques and make worse problems, it
seems...

Rich


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [compatibility] tmux
  2011-04-11  5:43 ` Rich Felker
@ 2011-04-11 11:19   ` Valentin Ochs
  0 siblings, 0 replies; 3+ messages in thread
From: Valentin Ochs @ 2011-04-11 11:19 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: multipart/signed, Size: 1089 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-11 11:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11  3:23 [compatibility] tmux Valentin Ochs
2011-04-11  5:43 ` Rich Felker
2011-04-11 11:19   ` Valentin Ochs

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).