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:
parent
0843d5108a
commit
0d76efa411
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user