diff options
Diffstat (limited to 'streams')
-rw-r--r-- | streams/Versions | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/streams/Versions b/streams/Versions new file mode 100644 index 0000000000..9a6f4d756c --- /dev/null +++ b/streams/Versions @@ -0,0 +1,15 @@ +libc { + GLIBC_2.1 { + # f* + fattach; fdetach; + + # g* + getmsg; getpmsg; + + # i* + isastream; + + # p* + putmsg; putpmsg; + } +} |