Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 232102
Collapse All | Expand All

(-)/gcc-3.3.6/gcc/collect2.c (-1 / +1 lines)
Lines 1572-1578 Link Here
1572
  if (redir)
1572
  if (redir)
1573
    {
1573
    {
1574
      /* Open response file.  */
1574
      /* Open response file.  */
1575
      redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);
1575
      redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR);
1576
1576
1577
      /* Duplicate the stdout and stderr file handles
1577
      /* Duplicate the stdout and stderr file handles
1578
	 so they can be restored later.  */
1578
	 so they can be restored later.  */

Return to bug 232102