auto-import gcc-4.0.0-0.30 on branch devel from gcc-4.0.0-0.30.src.rpm
This commit is contained in:
parent
3b4d42f067
commit
02f58b754d
@ -1 +1 @@
|
||||
gcc-3.4.3-20050222.tar.bz2
|
||||
gcc-4.0.0-20050228.tar.bz2
|
||||
|
@ -17,13 +17,10 @@ int main(void)
|
||||
pid_t pid;
|
||||
int status;
|
||||
char initpath[256];
|
||||
const char *argv[2];
|
||||
|
||||
if (access ("/sbin/ldconfig", X_OK))
|
||||
_exit (0);
|
||||
argv[0] = "/sbin/ldconfig";
|
||||
argv[1] = NULL;
|
||||
execv ("/sbin/ldconfig", argv);
|
||||
execl ("/sbin/ldconfig", "/sbin/ldconfig", NULL);
|
||||
_exit (110);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user