Norman Feske 648bcd1505 libc: unify use of namespaces
This patch unifies the patterns of using the 'Genode' and 'Libc'
namespaces.

Types defined in the 'internal/' headers reside in the 'Libc'
namespace. The code in the headers does not need to use the
'Libc::' prefix.

Compilation units import the 'Libc' namespace after the definition of
local types. Local types reside in the 'Libc' namespace (and should
eventually move to an 'internal/' header).

Since the 'Libc' namespace imports the 'Genode' namespace, there is
no need to use the 'Genode::' prefix. Consequently, code in the
compilation units rarely need to qualify the 'Genode' or 'Libc'
namespaces.

There are a few cases where the 'Libc', the 'Genode', and the global
(libc) namespaces are ambigious. In these cases, an explicit
clarification is needed:

- 'Genode::Allocator' differs from 'Libc::Allocator'.
- 'Genode::Env' differs from 'Libc::Env'.
- Genode's string functions (strcmp, memcpy, strcpy) conflict
  with the names of the (global) libc functions.
- There exist both 'Genode::uint64_t' and the libc'c 'uint64_t'.

Issue #3497
2019-11-19 14:10:55 +01:00
..
2017-12-21 15:01:42 +01:00
drm
2018-05-03 15:31:20 +02:00
egl
2018-05-03 15:31:53 +02:00
2018-05-03 15:31:20 +02:00
gmp
2018-11-27 11:38:13 +01:00
icu
2018-05-03 15:31:54 +02:00
2019-11-19 14:10:55 +01:00
2017-10-05 17:40:01 +02:00
2019-05-27 14:46:53 +02:00
2019-02-12 10:33:14 +01:00
2019-03-18 15:56:23 +01:00
2018-10-29 09:36:22 +01:00
2019-01-07 12:33:54 +01:00
2019-05-27 14:52:52 +02:00
2018-05-03 15:31:53 +02:00
mpc
2018-11-27 11:38:13 +01:00
2018-11-27 11:38:13 +01:00
2017-11-06 13:57:23 +01:00
2018-05-03 15:31:19 +02:00
2018-02-09 13:34:20 +01:00
2018-11-16 15:07:53 +01:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-05-30 12:26:19 +02:00
2018-11-16 15:07:52 +01:00
2019-08-21 13:25:25 +02:00
2017-10-05 17:40:04 +02:00