]> Git Repo - uclibc-ng.git/commit
*: remove some __libc_XXX functions:
authorDenis Vlasenko <[email protected]>
Wed, 10 Dec 2008 22:41:30 +0000 (22:41 -0000)
committerDenis Vlasenko <[email protected]>
Wed, 10 Dec 2008 22:41:30 +0000 (22:41 -0000)
commit43ef9c6b3f3623c3328cc510d60e50ddd94cdb1d
treeba98bab62db9999d35ab3273d327ae4f5a69334c
parent3d6648de144081c92358b36d88b25efc6e0cef5a
*: remove some __libc_XXX functions:
__libc_accept __libc_close __libc_connect __libc_creat __libc_creat64
__libc_fsync __libc_lseek __libc_lseek64 __libc_msync __libc_nanosleep
__libc_open __libc_open64 __libc_pause __libc_read __libc_readv
__libc_recv __libc_recvfrom __libc_recvmsg
__libc_send __libc_sendmsg __libc_sendto
__libc_tcdrain __libc_wait __libc_waitpid __libc_write __libc_writev
They were removed from glibc 1 May 2004:
http://sources.redhat.com/ml/libc-hacker/2004-05/msg00001.html
32 files changed:
libc/inet/socketcalls.c
libc/misc/internals/__uClibc_main.c
libc/sysdeps/linux/arm/sigaction.c
libc/sysdeps/linux/common/close.c
libc/sysdeps/linux/common/creat64.c
libc/sysdeps/linux/common/fsync.c
libc/sysdeps/linux/common/llseek.c
libc/sysdeps/linux/common/lseek.c
libc/sysdeps/linux/common/msync.c
libc/sysdeps/linux/common/nanosleep.c
libc/sysdeps/linux/common/open.c
libc/sysdeps/linux/common/open64.c
libc/sysdeps/linux/common/pause.c
libc/sysdeps/linux/common/pread_write.c
libc/sysdeps/linux/common/read.c
libc/sysdeps/linux/common/readv.c
libc/sysdeps/linux/common/truncate64.c
libc/sysdeps/linux/common/wait.c
libc/sysdeps/linux/common/waitpid.c
libc/sysdeps/linux/common/write.c
libc/sysdeps/linux/common/writev.c
libc/sysdeps/linux/mips/pread_write.c
libc/sysdeps/linux/sh/pread_write.c
libc/sysdeps/linux/xtensa/pread_write.c
libc/termios/tcdrain.c
libpthread/linuxthreads.old/internals.h
libpthread/linuxthreads.old/join.c
libpthread/linuxthreads.old/manager.c
libpthread/linuxthreads.old/pthread.c
libpthread/linuxthreads.old/semaphore.c
libpthread/linuxthreads/internals.h
libpthread/linuxthreads/pthread.c
This page took 0.03223 seconds and 4 git commands to generate.