diff options
| author | Elliott Hughes <enh@google.com> | 2014-04-21 17:13:46 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-04-21 17:13:46 -0700 |
| commit | d39f3f2c2e7fc73ddb019695f0df3417deef5bf4 (patch) | |
| tree | ab5ee52f07ce296396e190040ec6d1e5a8bb2474 /libc/upstream-openbsd | |
| parent | 44a98d5c12530cbd6b1b0779690e9952207c34bf (diff) | |
| download | bionic-d39f3f2c2e7fc73ddb019695f0df3417deef5bf4.zip bionic-d39f3f2c2e7fc73ddb019695f0df3417deef5bf4.tar.gz bionic-d39f3f2c2e7fc73ddb019695f0df3417deef5bf4.tar.bz2 | |
Clean up and document our hacks for building BSD source.
Change-Id: Ic591e22fa5b363bb68376b9f25814c0e5bd83fbf
Diffstat (limited to 'libc/upstream-openbsd')
| -rw-r--r-- | libc/upstream-openbsd/README.txt | 5 | ||||
| -rw-r--r-- | libc/upstream-openbsd/android/gdtoa_support.cpp (renamed from libc/upstream-openbsd/gdtoa_support.cpp) | 0 | ||||
| -rw-r--r-- | libc/upstream-openbsd/android/include/arith.h (renamed from libc/upstream-openbsd/arith.h) | 0 | ||||
| -rw-r--r-- | libc/upstream-openbsd/android/include/gd_qnan.h (renamed from libc/upstream-openbsd/gd_qnan.h) | 0 | ||||
| -rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h (renamed from libc/upstream-openbsd/openbsd-compat.h) | 0 | ||||
| -rw-r--r-- | libc/upstream-openbsd/android/include/thread_private.h (renamed from libc/upstream-openbsd/thread_private.h) | 0 |
6 files changed, 5 insertions, 0 deletions
diff --git a/libc/upstream-openbsd/README.txt b/libc/upstream-openbsd/README.txt new file mode 100644 index 0000000..9db64ea --- /dev/null +++ b/libc/upstream-openbsd/README.txt @@ -0,0 +1,5 @@ +This directory contains upstream OpenBSD source. You should not edit these +files directly. Make fixes upstream and then pull down the new version of +the file. + +TODO: write a script to make this process automated. diff --git a/libc/upstream-openbsd/gdtoa_support.cpp b/libc/upstream-openbsd/android/gdtoa_support.cpp index 4e7bf3b..4e7bf3b 100644 --- a/libc/upstream-openbsd/gdtoa_support.cpp +++ b/libc/upstream-openbsd/android/gdtoa_support.cpp diff --git a/libc/upstream-openbsd/arith.h b/libc/upstream-openbsd/android/include/arith.h index b262e4f..b262e4f 100644 --- a/libc/upstream-openbsd/arith.h +++ b/libc/upstream-openbsd/android/include/arith.h diff --git a/libc/upstream-openbsd/gd_qnan.h b/libc/upstream-openbsd/android/include/gd_qnan.h index e8e907b..e8e907b 100644 --- a/libc/upstream-openbsd/gd_qnan.h +++ b/libc/upstream-openbsd/android/include/gd_qnan.h diff --git a/libc/upstream-openbsd/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index b55f390..b55f390 100644 --- a/libc/upstream-openbsd/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h diff --git a/libc/upstream-openbsd/thread_private.h b/libc/upstream-openbsd/android/include/thread_private.h index 10421e2..10421e2 100644 --- a/libc/upstream-openbsd/thread_private.h +++ b/libc/upstream-openbsd/android/include/thread_private.h |
