about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/sys/epoll.h
Commit message (Collapse)AuthorAgeFilesLines
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-211-143/+0
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
| | | | No more __const.
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-211-3/+3
|
* Fix typo in x86-64 epoll.h.Mike Frysinger2010-09-011-2/+2
|
* * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for cvs/fedora-glibc-20080802T0809Ulrich Drepper2008-08-011-0/+14
| | | | | | | new epoll_create1 interface. * sysdeps/unix/sysv/linux/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
* [BZ #5040] * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS): ↵Andreas Jaeger2008-01-211-1/+3
| | | | Add EPOLLRDHUP.
* [BZ #4514]Ulrich Drepper2007-05-211-1/+19
| | | | | | | | * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, reinitialize workend at the start of each do_positional format spec loop, free workstart before do_positional loops. (printf_unknown): Fix size of work_buffer. * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
* * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, removeRoland McGrath2006-02-221-3/+6
| | | | __THROW from epoll_wait, to match .../linux/sys/epoll.h file.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-6/+3
|
* 2.5-18.1Jakub Jelinek2007-07-121-3/+6
|
* Update. cvs/ChangeLogUlrich Drepper2004-01-211-1/+3
| | | | | | * sysdeps/unix/sysv/linux/sys/epoll.h: Add EPOLLONESHOT. * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise. Patch by Davide Libenzi.
* * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: New file.Andreas Jaeger2003-07-021-0/+105
2003-07-02 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: New file.