home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / libio / ChangeLog.todo < prev    next >
Encoding:
Text File  |  1994-10-20  |  659 b   |  26 lines

  1. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
  2.  
  3.     * libio.h: include <sys/cdefs.h>. change const to __const.
  4.  
  5.     * filedoalloc.c: include <unistd.h>.
  6.  
  7.     * iolibio.h: check and define _IOLIBIO_H.
  8.  
  9.     * config.shared: add $(LIBIO_CONFIG_FLAGS) to rules.
  10.  
  11.     * libioP.h: include _LIBIO_CONFIG_H if defined.
  12.  
  13.     * config/linux.mt: define
  14.  
  15.       LIBIO_CONFIG_FLAGS=-D_LIBIO_CONFIG_H=\"config/linux.h\" -I./stdio
  16.  
  17.     * libioP.h: ifdef out _IO_cleanup_registration_needed
  18.       stuff for Linux. it is handled in cleanup.c.
  19.  
  20.     * libioP.h: add _IO_gen_tempname ().
  21.  
  22.     * Makefile.in: add iotempname.o.
  23.  
  24.     * ioprims.c: #include <unistd.h>. do nothing if
  25.       __linux__ is defined. also glibc?
  26.