aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/eventfd_read.c
AgeCommit message (Collapse)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
* All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2007-10-09* sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): UseUlrich Drepper
__read not read. * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use __write not write.
2007-10-052007-10-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2007-10-03 Jakub Jelinek <jakub@redhat.com>