mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
98bf2dadb8
commit
eab8db228b
@@ -111,6 +111,7 @@ namespace Genode {
|
||||
/**
|
||||
* Return length of null-terminated string in bytes
|
||||
*/
|
||||
__attribute((optimize("no-tree-loop-distribute-patterns")))
|
||||
inline size_t strlen(const char *s)
|
||||
{
|
||||
size_t res = 0;
|
||||
|
||||
Reference in New Issue
Block a user