dienbk7x / picocom

Automatically exported from code.google.com/p/picocom
GNU General Public License v2.0
0 stars 0 forks source link

Use flock to lock serial port on Linux #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Read Debian bug #734086, which deprecates libdevlock and advises to use 
flock(2) on Linux.
2. Look in the picocom source code to see if it uses flock(2).
3.

What is the expected output? What do you see instead?
I hope to see use of flock(). Instead, I see code to do UUCP locks.

What version of the product are you using? On what operating system?
picocom v1.7 on Ubuntu 14.10

Please provide any additional information below.

Original issue reported on code.google.com by cmcqueen...@gmail.com on 6 May 2015 at 11:38