* cygwin.sc: Remove unrequired and erroneous definition.
This commit is contained in:
parent
11a36faaa6
commit
585cd03044
|
@ -1,3 +1,7 @@
|
||||||
|
2008-06-02 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* cygwin.sc: Remove unrequired and erroneous definition.
|
||||||
|
|
||||||
2008-05-30 Christopher Faylor <me+cygwin@cgf.cx>
|
2008-05-30 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* select.cc (peek_pipe): Semi-reinstate pipe NT-special write
|
* select.cc (peek_pipe): Semi-reinstate pipe NT-special write
|
||||||
|
|
|
@ -111,7 +111,6 @@ SECTIONS
|
||||||
}
|
}
|
||||||
__cygheap_end = ABSOLUTE(.);
|
__cygheap_end = ABSOLUTE(.);
|
||||||
__cygheap_end1 = __cygheap_mid + SIZEOF(.cygheap);
|
__cygheap_end1 = __cygheap_mid + SIZEOF(.cygheap);
|
||||||
__cygwin_debug_size = SIZEOF(.gnu_debuglink);
|
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.debug$S)
|
*(.debug$S)
|
||||||
|
|
Loading…
Reference in New Issue