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:
Axel Dörfler 2003-06-25 00:09:37 +00:00
parent 0843d5108a
commit 0d76efa411

View File

@ -1,8 +1,8 @@
/* stdio.h
*/
#ifndef _STDIO_H
#define _STDIO_H
#ifndef _STDIO_H_
#define _STDIO_H_
#include <ktypes.h>
#include <stdarg.h>
@ -205,4 +205,4 @@ static __inline int __sputc(int _c, FILE *_p) {
}
#endif
#endif /* _STDIO_H */
#endif /* _STDIO_H_ */