Browse Source

2004-05-26 Jeff Johnston <jjohnstn@redhat.com>


			
			
				unlabeled-1.22.4
			
			
		
Jeff Johnston 23 years ago
parent
commit
6d70519a4b
  1. 2
      libgloss/ChangeLog
  2. 1
      libgloss/libnosys/sbrk.c

2
libgloss/ChangeLog

@ -1,6 +1,6 @@
2004-05-26 Jeff Johnston <jjohnstn@redhat.com>
* libnosys/sbrk.c: Add include of <_syslist.h>.
* libnosys/sbrk.c: Add include of <_syslist.h> and "config.h".
2004-05-05 Richard Sandiford <rsandifo@redhat.com>

1
libgloss/libnosys/sbrk.c

@ -1,5 +1,6 @@
/* Version of sbrk for no operating system. */
#include "config.h"
#include <_syslist.h>
void *

Loading…
Cancel
Save