diff options
author | DJ Delorie <dj@delorie.com> | 2017-05-11 13:38:30 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-05-11 13:38:30 -0400 |
commit | e4252e5c5325490742c7ee504345e50a8cd07f35 (patch) | |
tree | 9c619abfa0c05a24cad50d0626231093327ee536 | |
parent | 17284d650ebe5c736c9730ee16401008f26128c3 (diff) | |
download | glibc-e4252e5c5325490742c7ee504345e50a8cd07f35.tar.gz |
Add MAINTAINERS
Add a toplevel file "MAINTAINERS" that only points to the
MAINTAINERS page on the wiki.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2017-05-11 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: New. Points to wiki. + 2017-05-11 Siddhesh Poyarekar <siddhesh@sourceware.org> * scripts/gen-tunables.awk: Add attribute_relro to diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000000..7cdd131985 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1 @@ +See https://sourceware.org/glibc/wiki/MAINTAINERS |