Fri, 31 Aug 2012 21:14:33 +0200
Correct flawed math dependency causing build failure on Ubuntu 12.04 IA32.
michael@574 | 1 | #ifndef LOC_SETENV_H |
michael@574 | 2 | # define LOC_SETENV_H |
michael@574 | 3 | int setenv(const char *, const char *, int); |
michael@574 | 4 | #endif /* not LOC_SETENV_H */ |