mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	util/log: drop unnecessary _XOPEN_SOURCE
snprintf() is actually ISO C99. We still need POSIX for clock_gettime().
This commit is contained in:
		
							parent
							
								
									17fe87af5e
								
							
						
					
					
						commit
						efa706b769
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
#define _XOPEN_SOURCE 700 // for snprintf
 | 
					#define _POSIX_C_SOURCE 200809L
 | 
				
			||||||
#include <errno.h>
 | 
					#include <errno.h>
 | 
				
			||||||
#include <stdarg.h>
 | 
					#include <stdarg.h>
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue