mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'
Conflicts: ChangeLog
This commit is contained in:
commit
ee3c3be688
@ -6,6 +6,10 @@
|
||||
|
||||
* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
|
||||
|
||||
* include/sys/epoll.h: New file.
|
||||
* sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
|
||||
libc_hidden_def.
|
||||
|
||||
2012-01-28 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
|
||||
|
6
include/sys/epoll.h
Normal file
6
include/sys/epoll.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _SYS_EPOLL_H
|
||||
#include_next <sys/epoll.h>
|
||||
|
||||
libc_hidden_proto (epoll_pwait)
|
||||
|
||||
#endif
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2007, 2011, 2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -67,3 +67,5 @@ stub_warning (epoll_pwait)
|
||||
|
||||
# include <stub-tag.h>
|
||||
#endif
|
||||
|
||||
libc_hidden_def (epoll_pwait)
|
||||
|
Loading…
Reference in New Issue
Block a user