소스 검색

Reenable grp header (for git)

Jeremy Soller 6 년 전
부모
커밋
a39f170ed3
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      src/header/grp/cbindgen.toml
  2. 0 0
      src/header/grp/mod.rs
  3. 1 1
      src/header/mod.rs

+ 0 - 0
src/header/_grp/cbindgen.toml → src/header/grp/cbindgen.toml


+ 0 - 0
src/header/_grp/mod.rs → src/header/grp/mod.rs


+ 1 - 1
src/header/mod.rs

@@ -9,7 +9,7 @@ pub mod fenv;
 pub mod float;
 pub mod fnmatch;
 pub mod getopt;
-pub mod _grp;
+pub mod grp;
 pub mod inttypes;
 pub mod libgen;
 pub mod limits;