commit | 07d520945e53ba92a336a123dfeccad3a7b7340d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 09 13:47:14 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Mon Aug 12 20:06:23 2024 +0000 |
tree | 77e55618f6b9996da695098731f65eb479abea4e | |
parent | 18c76a005c25c71ec8b4fd59fe94d7f05fd58cf6 [diff] [blame] |
Add sig2str()/str2sig() from POSIX Issue 8. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:55c1e379790545fff6239aefcb1c51d0a6463fbf) Merged-In: I3b2c1601bd667af6b8f736e03a6e94035b812ff7 Change-Id: I3b2c1601bd667af6b8f736e03a6e94035b812ff7
diff --git a/libc/libc.map.txt b/libc/libc.map.txt index 35e67c8..ffd5d1e 100644 --- a/libc/libc.map.txt +++ b/libc/libc.map.txt
@@ -953,6 +953,7 @@ setvbuf; setxattr; shutdown; + sig2str; # introduced=36 sigaction; sigaddset; sigaltstack; @@ -995,6 +996,7 @@ stdout; # var introduced=23 stpcpy; stpncpy; + str2sig; # introduced=36 strcasecmp; strcasecmp_l; # introduced=23 strcasestr;