commit 033d81cf8e2320dfa39e7a506474d898bd60bfab parent d4e4f3d2ba15cf8c2f225aefb9cc165d406e0b3e Author: Nihal Jere <nihal@nihaljere.xyz> Date: Fri, 19 Feb 2021 17:27:09 -0600 tar.h: remove _DEFAULT_SOURCE Diffstat:
M | tar.h | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/tar.h b/tar.h @@ -26,10 +26,6 @@ THE SOFTWARE #ifndef __TAR__ #define __TAR__ -#ifndef _DEFAULT_SOURCE -#define _DEFAULT_SOURCE -#endif - #include <errno.h> #include <stdarg.h> #include <stdio.h>