klibc hosts its code at git://git.kernel.org/pub/scm/libs/klibc/klibc.git.

Launchpad imports the master branch and you can create branches from it.

You can get a copy of the development focus branch using the command:
bzr branch lp:klibc

See all merge proposals.

klibc has 2 active branches owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:klibc
Series: trunk
1 Development 2025-07-27 16:10:51 UTC
2245. [klibc] stdint.h: Fix build with newe...

Author: Florent Revest
Revision Date: 2025-07-27 16:10:51 UTC

[klibc] stdint.h: Fix build with newer clang

Recent versions of Clang introduced definitions for __*INT64_C:
https://github.com/llvm/llvm-project/commit/33ad474c45e6d7a0de7bc75e15e27cf6cb9ff895

This results in these build errors:

usr/include/bits64/bitsize/stdint.h:27:9: error: '__INT64_C' macro redefined [-Werror,-Wmacro-redefined]
   27 | #define __INT64_C(c) c ## L
      | ^
<built-in>:194:9: note: previous definition is here
  194 | #define __INT64_C(c) c##L
      | ^

Renaming these macros to something more unique avoids the errors.

Signed-off-by: Florent Revest <revest@chromium.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

lp:~mirabilos/klibc/deb 1 Development 2012-03-06 10:24:24 UTC
1614. fix most lintian warnings

Author: Thorsten Glaser
Revision Date: 2012-02-11 19:33:58 UTC

fix most lintian warnings

12 of 2 results
You can't create new branches for klibc.