Changed the header guard to be compatible with the GNU stdio.h file.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3656 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/* stdio.h
|
/* stdio.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _STDIO_H
|
#ifndef _STDIO_H_
|
||||||
#define _STDIO_H
|
#define _STDIO_H_
|
||||||
|
|
||||||
#include <ktypes.h>
|
#include <ktypes.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@@ -205,4 +205,4 @@ static __inline int __sputc(int _c, FILE *_p) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _STDIO_H */
|
#endif /* _STDIO_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user