Skip to content

Commit dafaca9

Browse files
committed
Initial import of liblibc
1 parent 473c10c commit dafaca9

File tree

4 files changed

+6509
-13
lines changed

4 files changed

+6509
-13
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "rust"]
2-
path = rust
3-
url = https://github.com/rust-lang/rust

Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,3 @@ description = """
1212
A library for types and bindings to native C functions often found in libc or
1313
other common platform libraries.
1414
"""
15-
include = ["Cargo.toml", "rust/src/liblibc/*"]
16-
17-
[features]
18-
default = ["cargo-build"]
19-
cargo-build = []
20-
21-
[lib]
22-
name = "libc"
23-
path = "rust/src/liblibc/lib.rs"

rust

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)