소스 검색

Turn off program_invocation_name and friend

Eric Andersen 24 년 전
부모
커밋
6889eeaea6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/errno.h

+ 2 - 0
include/errno.h

@@ -47,6 +47,7 @@ __BEGIN_DECLS
 extern int errno;
 #endif
 
+#if 0
 #ifdef __USE_GNU
 
 /* The full and simple forms of the name with which the program was
@@ -54,6 +55,7 @@ extern int errno;
    the value of ARGV[0] (this works only if you use GNU ld).  */
 extern char *program_invocation_name, *program_invocation_short_name;
 #endif /* __USE_GNU */
+#endif
 #endif /* _ERRNO_H */
 
 __END_DECLS