This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oss
/
uclibc-ng
Watch
4
Star
1
Fork
0
Files
Issues
3
Pull Requests
0
Wiki
Browse Source
Use <> instead of \"\"
Peter S. Mazinger
20 years ago
parent
49a6aeba12
commit
f743432d55
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
libc/signal/sigsetops.c
+ 1
- 1
libc/signal/sigsetops.c
View File
@@ -8,4 +8,4 @@
# define __USE_EXTERN_INLINES 1
#endif
-#include
"signal.h"
+#include
<signal.h>