This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] sys/time.h - include sys/cdefs.h


Using the definition __BSD_VISIBLE requires inclusion of <sys/cdefs.h>.

2015-01-28  Christian Eggers  <ceggers@gmx.de>

	* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.

Index: libc/include/sys/time.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/sys/time.h,v
retrieving revision 1.19
diff -r1.19 time.h
8a9
> #include <sys/cdefs.h>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]