Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/include/atomic.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ATOMIC_H__
#define __ATOMIC_H__
#ifndef LIBC_ATOMIC_H_
#define LIBC_ATOMIC_H_
 
typedef struct atomic {
volatile long count;
53,8 → 53,5
 
#endif
 
 
/** @}
*/