summaryrefslogtreecommitdiffstats
path: root/libc/termios/tcdrain.c
Commit message (Collapse)AuthorAgeFilesLines
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-5/+22
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-2/+5
| | | | | Now they are only enabled if linuxthreads.old are selected.
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-3/+1
| | | | | | | | | | | | __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
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
|
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
|
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-1/+1
|
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵Peter S. Mazinger2006-01-161-1/+1
| | | | see what libpthread will do ...
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-0/+30
missing headers, other jump relocs removed