Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1652 → Rev 1653

/uspace/trunk/libc/include/sys/time.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
* @{
*/
/** @file
*/
 
#ifndef __libc_sys_TIME_H__
#define __libc_sys_TIME_H__
 
49,3 → 55,9
int gettimeofday(struct timeval *tv, struct timezone *tz);
 
#endif
 
 
/** @}
*/