All of lore.kernel.org
 help / color / mirror / Atom feed
* utils: sofprobeclient: fix musl build
       [not found] <alsa-project/tinycompress/pr/37@alsa-project.org>
@ 2026-06-02 18:28 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2026-06-02 18:28 UTC (permalink / raw)
  To: alsa-devel

alsa-project/tinycompress pull request #37 was opened from bkuhls:

With musl C library, we see following build failure:
```
probes_demux.c: In function ‘parser_parse_data’:
probes_demux.c:321:9: error: unknown type name ‘uint’; did you mean ‘int’?
  321 |         uint i = 0;

probes_demux.c:386:25: error: unknown type name ‘uint’; did you mean ‘int’?
  386 |                         uint data_to_copy;
```
uint is defined in <sys/types.h> header. It is usually included by <stdlib.h> but in musl stdlib.h doesn't include it.

Request URL   : https://github.com/alsa-project/tinycompress/pull/37
Patch URL     : https://github.com/alsa-project/tinycompress/pull/37.patch
Repository URL: https://github.com/alsa-project/tinycompress

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-02 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alsa-project/tinycompress/pr/37@alsa-project.org>
2026-06-02 18:28 ` utils: sofprobeclient: fix musl build GitHub pull_request - opened

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.