diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-08-17 12:26:02 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2018-08-17 12:26:02 +0000 |
commit | b024317c8de8fc6aa55e87767b0e084ba5941ce7 (patch) | |
tree | 2fb250f1cfd1ef0a78b9db6c2b2553a1140ef198 /usr/src/lib/libc/sparc | |
parent | 48810110f815c605fe76c7da807dcfc9f4962485 (diff) | |
parent | e5ecfaa0ff00b00d0b97e8638701ff77caeeab1d (diff) | |
download | illumos-joyent-b024317c8de8fc6aa55e87767b0e084ba5941ce7.tar.gz |
[illumos-gate merge]
commit e5ecfaa0ff00b00d0b97e8638701ff77caeeab1d
9726 getent could list the attr databases
commit 70ee30a511f4abfd1b9cdf25495a219fe131829a
9719 uts/i86pc: add way to set bootrd_debug
commit ca876c1c4225b51f8e1c2763b28e8466add83a0b
9717 libstand: build with -Wall only
commit 64a170cf91c8d267e7707c00ac13639160db85cd
9703 loader: stage1 should not probe floppies for zfs
commit 843ead088f87e5e766084646370e981f176eb323
9418 iwn: rate array in struct iwn_ks_txpower should have size IWN_RIDX_MAX+1
commit 8e5dcf3a637ec78130ed00945993c8c991997a44
9728 3secdb man pages need some tlc
commit 00efb5e1437d3912284689f1b0c13190e634e788
8548 want memset_s(3C)
commit 3b5ccf6b95a705120c7f7fa193afabfd40dc7342
9242 st: this statement may fall through
Conflicts:
usr/src/test/libc-tests/runfiles/default.run
Diffstat (limited to 'usr/src/lib/libc/sparc')
-rw-r--r-- | usr/src/lib/libc/sparc/Makefile.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libc/sparc/Makefile.com b/usr/src/lib/libc/sparc/Makefile.com index cf62c4d6d4..20a4e0fd4e 100644 --- a/usr/src/lib/libc/sparc/Makefile.com +++ b/usr/src/lib/libc/sparc/Makefile.com @@ -530,6 +530,7 @@ PORTGEN= \ malloc.o \ memalign.o \ memmem.o \ + memset_s.o \ mkdev.o \ mkdtemp.o \ mkfifo.o \ @@ -587,6 +588,7 @@ PORTGEN= \ scandir.o \ seekdir.o \ select.o \ + set_constraint_handler_s.o \ setlabel.o \ setpriority.o \ settimeofday.o \ |