summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-11-19 15:13:06 +0100
committergnzlbg <gonzalobg88@gmail.com>2018-11-20 11:19:34 +0100
commitd1457314dd3f887a3d7da98408b15b15db6d675c (patch)
tree696095d9bb26ce1635b504e9409b6cf8318cc242 /README.md
parenta9b3f97d442fa9e787b169285dab7f8beaf2ced8 (diff)
downloadrust-libc-d1457314dd3f887a3d7da98408b15b15db6d675c.tar.gz
Factor out platforms for which libc is empty
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index a19a56ee0f..1aba647484 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,7 @@
libc
====
-A Rust library with native bindings to the types and functions commonly found on
-various systems, including libc.
+Rust wrapper over the system's `libc`.
[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
[![Build status](https://ci.appveyor.com/api/projects/status/github/rust-lang/libc?svg=true)](https://ci.appveyor.com/project/rust-lang-libs/libc)