Diff for /dietlibc/CHANGES between versions 1.360 and 1.361

version 1.360, 2002/11/24 16:49:11 version 1.361, 2002/12/13 20:49:15
Line 26 Line 26
   add epoll_create, epoll_ctl and epoll_wait    add epoll_create, epoll_ctl and epoll_wait
   the new x86 syscall numbers exceed 255, breaking our %al optimization    the new x86 syscall numbers exceed 255, breaking our %al optimization
     I worked around it with conditional assembly in cpp macros.  Ugh.      I worked around it with conditional assembly in cpp macros.  Ugh.
     more MIPS fixes (the stoned MIPS ABI for restartable syscalls expects
       the instruction before the syscall to be a load immediate)
     fix fread() from a pipe (oops, tried to lseek)
   
 0.21:  0.21:
   use gcc's size_t, ptrdiff_t and wchar_t types (Olaf)    use gcc's size_t, ptrdiff_t and wchar_t types (Olaf)

Removed from v.1.360  
changed lines
  Added in v.1.361


LinuxTV legacy CVS <linuxtv.org/cvs>