projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Standardize the multiple-include protect.
[kopensolaris-gnu/glibc.git]
/
io
/
sys
/
poll.h
diff --git
a/io/sys/poll.h
b/io/sys/poll.h
index
f9880a1
..
e694fe3
100644
(file)
--- a/
io/sys/poll.h
+++ b/
io/sys/poll.h
@@
-18,8
+18,8
@@
Boston, MA 02111-1307, USA. */
#ifndef _SYS_POLL_H
-
#define _SYS_POLL_H 1
+
#include <features.h>
__BEGIN_DECLS
@@
-64,4
+64,4
@@
extern int poll __P ((struct pollfd *__fds, unsigned long int __nfds,
__END_DECLS
-#endif /*
_SYS_POLL_H
*/
+#endif /*
sys/poll.h
*/