mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
linux: remove lx_environ symbol from audio_drv
This commit is contained in:
parent
a09172aa7e
commit
8e50464a1a
@ -262,14 +262,6 @@ class Audio_out::Root : public Audio_out::Root_component
|
||||
};
|
||||
|
||||
|
||||
/*
|
||||
* Manually initialize the 'lx_environ' pointer, needed because 'nic_drv' is
|
||||
* not using the normal Genode startup code.
|
||||
*/
|
||||
extern char **environ;
|
||||
char **lx_environ = environ;
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* setup data available signal */
|
||||
|
Loading…
x
Reference in New Issue
Block a user