소스 검색

declare __env_rm_add in wrapper stdlib.h

this is perhaps not the ideal place, but no better alternatives stand
out.
Rich Felker 6 년 전
부모
커밋
c04c6993dc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/include/stdlib.h

+ 1 - 0
src/include/stdlib.h

@@ -4,6 +4,7 @@
 #include "../../include/stdlib.h"
 
 int __putenv(char *, size_t, char *);
+void __env_rm_add(char *, char *);
 int __mkostemps(char *, int, int);
 int __ptsname_r(int, char *, size_t);
 char *__randname(char *);