diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-01-31 23:23:59 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-01-31 23:23:59 -0200 |
commit | d9f0ec97d677aa35aa61347936bdacdd14238ae7 (patch) | |
tree | 60f568d7f0feab54395bc6549c0b1d0ae50e1ab8 | |
parent | e7c4409a643cbc49bf65f5a009e9ebf9ddb6a1b9 (diff) | |
download | glibc-d9f0ec97d677aa35aa61347936bdacdd14238ae7.zip glibc-d9f0ec97d677aa35aa61347936bdacdd14238ae7.tar.gz glibc-d9f0ec97d677aa35aa61347936bdacdd14238ae7.tar.bz2 |
* manual/libdl.texi: New.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/libdl.texi | 10 |
2 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2014-01-31 Alexandre Oliva <aoliva@redhat.com> + * manual/libdl.texi: New. + +2014-01-31 Alexandre Oliva <aoliva@redhat.com> + * manual/lang.texi: Document MTASC-safety properties. 2014-01-31 Alexandre Oliva <aoliva@redhat.com> diff --git a/manual/libdl.texi b/manual/libdl.texi new file mode 100644 index 0000000..e3fe045 --- /dev/null +++ b/manual/libdl.texi @@ -0,0 +1,10 @@ +@c FIXME these are undocumented: +@c dladdr +@c dladdr1 +@c dlclose +@c dlerror +@c dlinfo +@c dlmopen +@c dlopen +@c dlsym +@c dlvsym |